|
Net-Framework/Asp_dot_Net-Core/Angular/Errors
Angular Error: Is it missing an @NgModule annotation?
|
28.01.2021 509
|
Angular Error: Is it missing an @NgModule annotation?
Fehlermeldung in ng
serve:
Is it missing an @NgModule
annotation?
Lösung:
In app module ts muss die neue Componente nicht in imports,
sondern in declarations eingetragen
|