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
What toolchain are you using for transpilation/bundling?
@angular/cli
Custom @ngTools/webpack
Raw ngc
SystemJS
Rollup
Other - Bazel
Environment
NodeJS Version: 10.15.3
Typescript Version: 3.4.3
Angular Version: 8.0.3
@angular-redux/store version: 10.0.0
OS: Mac OS
Expected Behaviour:
Following the examples, doing:
@NgModule({imports: [NgReduxModule],})
Should compile and work.
Actual Behaviour:
Getting compiler error
Stack Trace/Error Message:
Unexpected value 'NgReduxModule in /.../node_modules/@angular-redux/store/angular-redux-store.d.ts imported by the module StoreModule in /my/project. Please add @NgModule annotation
Additional Notes:
Likely issue is that this is an angular 8 problem.
The text was updated successfully, but these errors were encountered:
This is a...
What toolchain are you using for transpilation/bundling?
ngc
Environment
NodeJS Version: 10.15.3
Typescript Version: 3.4.3
Angular Version: 8.0.3
@angular-redux/store version: 10.0.0
OS: Mac OS
Expected Behaviour:
Following the examples, doing:
Should compile and work.
Actual Behaviour:
Getting compiler error
Stack Trace/Error Message:
Unexpected value 'NgReduxModule in /.../node_modules/@angular-redux/store/angular-redux-store.d.ts imported by the module StoreModule in /my/project. Please add @NgModule annotation
Additional Notes:
Likely issue is that this is an angular 8 problem.
The text was updated successfully, but these errors were encountered: