angular-redux / form

Keep your Angular2+ form state in Redux
MIT License
41 stars 15 forks source link

StaticInjectorError(AppModule)[ConnectArray -> ConnectBase] #54

Open rororo opened 6 years ago

rororo commented 6 years ago

This is a...

What toolchain are you using for transpilation/bundling?

Environment

"@angular-redux/form": "^6.7.0",
"@angular-redux/store": "^7.1.0",
"@angular/animations": "^5.2.4",
"@angular/cdk": "^5.2.1",
"@angular/common": "^5.2.4",
"@angular/compiler": "^5.2.4",
"@angular/core": "^5.2.4",
"@angular/forms": "^5.2.4",
"@angular/http": "^5.2.4",
"@angular/material": "^5.2.1",
"@angular/platform-browser": "^5.2.4",
"@angular/platform-browser-dynamic": "^5.2.4",
"@angular/router": "^5.2.4",
"@angular/cli": "^1.6.8",
"@angular/compiler-cli": "^5.2.4",

Stack Trace/Error Message:

Get error message ERROR Error: StaticInjectorError(AppModule)[ConnectArray -> ConnectBase]: StaticInjectorError(Platform: core)[ConnectArray -> ConnectBase]: NullInjectorError: No provider for ConnectBase! when using Angular 5

Additional Notes:

Similar with to issue. https://github.com/ngrx/platform/issues/549

Autopilot9369 commented 6 years ago

@rororo12 Were you able to solve the issue? I am facing the exact same issue with angular 5

greymind commented 6 years ago

Hey, I got the same issue today as well. When using connectArray on ng-template tag. Any updates on this?

Using Angular 6

Thanks.