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
Running under Angular 2 release and when adding JsonApiModule to the imports in app.module.ts I get the following error in the browser:
zone.js:129 Uncaught Error: Unexpected value 'NgaModule' imported by the module 'AppModule'
It seems that after I add JsonApiModule to the app imports it invalidates other imports, not sure if this is an issue with this module or the other but I don't have the issue unless I add JsonApiModule to the app imports