SyntaxFix
Write A Post
Hire A Developer
Questions
This issue was with me also. Simple trick for it.
@NgModule({ imports: [ ..... ], declarations: [ ...... ], providers: [...], bootstrap: [...] })
use it as in above order.first imports then declarations.It worked for me.