Open
Description
Error:
StaticInjectorError(AppModule)[ConnectArray -> ConnectBase]:
StaticInjectorError(Platform: core)[ConnectArray -> ConnectBase]:
NullInjectorError: No provider for ConnectBase!
Source:
<ng-template connectArray
let-index
connectArrayOf="formTables">
<div [ngModelGroup]="index">
<input name="name"
type="text"
ngControl
ngModel />
</div>
</ng-template>
The error occurred after I added the above code to map an array in redux to the form here. Started the project 2 days ago with latest versions of things. Angular 6, et. al. Please advise!
Related issues:
- StaticInjectorError(AppModule)[ConnectArray -> ConnectBase] form#54
- Angular 5 - StaticInjectorError[ActionsSubject]: Function/Class not supported ngrx/platform#549
Environment:
"@angular-redux/form": "^9.0.1",
"@angular-redux/router": "^9.0.0",
"@angular-redux/store": "^9.0.0",
"@angular/animations": "^6.0.3",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/http": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/router": "^6.0.3",
"core-js": "^2.5.4",
"flux-standard-action": "^2.0.3",
"ramda": "^0.25.0",
"redux": "^4.0.0",
"redux-localstorage": "^0.4.1",
"redux-observable": "^1.0.0",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26"
Thanks!