Working with Angular5 with ngrx - Getting an exception import 'xxxx.ts' is not a module
While working with Angular5/ngrx i got this error "xxxx.ts" is NOT a module. Didn't really know what the heck is going on. Finally restarting VSCode and ng serve --open i was able to get rid of this error.
If anyone still trying out using this example here : https://github.com/ngrx/store, well, it works. You can use this example for ngrx 4 and Angular. It's all good.
Comments