Angular 2 ‘component’ is not a known element
I’m trying to use a component I created inside the AppModule in other modules. I get the following error though: “Uncaught (in promise): … Read more
I’m trying to use a component I created inside the AppModule in other modules. I get the following error though: “Uncaught (in promise): … Read more
I have Angular 2.0.0 app generated with angular-cli. When I create a component and add it to AppModule‘s declarations array it’s all good, … Read more
I am trying to understand Angular (sometimes called Angular2+), then I came across @Module: Imports Declarations Providers Following Angular Quick Start 6 s … Read more