Angular2 module has no exported member

前端 未结 10 1262
梦谈多话
梦谈多话 2020-12-29 01:09

For a website with authentication in Angular2, I want to use a component of the authentication submodule in the main app component. However, I keep getting the following err

10条回答
  •  庸人自扰
    2020-12-29 01:51

    I had the component name wrong(it is case sensitive) in either app.rounting.ts or app.module.ts.

提交回复
热议问题