Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

is an Angular component, then verify that it is part of this module.

import { MyComponentModule } from 'your/file/path';

@NgModule({
   imports: [MyComponentModule]
   declarations: [AppComponent],
   providers: [],
   bootstrap: [AppComponent]
})

export class AppModule {}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Angular #verify #part
ADD COMMENT
Topic
Name
5+6 =