form
form copied to clipboard
StaticInjectorError(AppModule)[ConnectArray -> ConnectBase]
This is a...
- [ ] bug report
What toolchain are you using for transpilation/bundling?
- [ ] @angular/cli
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
@rororo12 Were you able to solve the issue? I am facing the exact same issue with angular 5
Hey, I got the same issue today as well. When using connectArray
on ng-template
tag. Any updates on this?
Using Angular 6
Thanks.