Category "angular-module"

In Angular how do I get the ngModuleRef for the module I'm in when I want to dynamically create a component?

Consider a module created like this: @NgModule({ imports: [ BrowserModule ], providers: [ AdService ], declarations: [ AppComponent, AdBannerCompo

fa-icon is not a known element in a Reusable Module

Not sure why this is happening on a reusable Module (or what Iv'e got wrong). ERROR Error: Uncaught (in promise): Error: Template parse errors:'fa-icon' i