You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this error in console:
Uncaught Error: Unexpected module 'NgSemanticModule' declared by the module 'AppModule'(…)
I am new to angular2 and web dev.
The text was updated successfully, but these errors were encountered:
Same for me. I've created a new app using angular-cli and trying to include ng-semantic as stated in the guide. As i've read, actually AOT build is not supported, so i'm not using it.
The funny thing is that if
I remove from app.module the import of NgSemanticModule
Call the ng serve (that successfully builds and serve the app that obviously fails at runtime as it will not understand the ng-semantic components tags)
Then add NgSemanticModule to the app.module and save, causing webpack to refresh the bundles.
Then it will work...this seems crazy to me. Any help would be really appreciated. Please note that i'm a total noob too, and i could have missed some huge points.
I have this error in console:
Uncaught Error: Unexpected module 'NgSemanticModule' declared by the module 'AppModule'(…)
I am new to angular2 and web dev.
The text was updated successfully, but these errors were encountered: