Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiler errors when importing NgReduxModule - missing @NgModule annotation #100

Open
2 of 9 tasks
herman-rogers opened this issue Aug 9, 2019 · 2 comments
Open
2 of 9 tasks

Comments

@herman-rogers
Copy link

This is a...

  • feature request
  • bug report
  • usage question

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.

@Demven
Copy link

Demven commented Aug 30, 2019

I have the same issue :(

@GIGNorbertBorg
Copy link

Anyone managed to get past this error when using Bazel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants