Please specify:
(Not filling out all fields of this template will probably result in your issue being closed without further notice. If you are not willing fill it in, why would someone else spent his time fixing it?)
- [x ] Issue: When used with Angular 7 with AOT turned on, this loads with no states; regular
https://github.com/billdwhite/ngrx-immer/tree/ngrx-immer
Check out, run npm install, then run using
'ng serve'
it loads fine; now use AOT compilation:
'ng serve --aot'
or use the angular.json run config:
'ng run ngrx-immer:serve:production'
no states are loaded
Please specify:
(Not filling out all fields of this template will probably result in your issue being closed without further notice. If you are not willing fill it in, why would someone else spent his time fixing it?)
https://github.com/billdwhite/ngrx-immer/tree/ngrx-immer
Check out, run npm install, then run using
'ng serve'
it loads fine; now use AOT compilation:
'ng serve --aot'
or use the angular.json run config:
'ng run ngrx-immer:serve:production'
no states are loaded