example-app
example-app copied to clipboard
ERROR in NgReduxFormModule is not an NgModule
hi i get this error: ERROR in NgReduxFormModule is not an NgModule
Your global Angular CLI version (1.2.3) is greater than your local version (1.0.1). The local Angular CLI version is used.
To make this app run I have changed the import of NgReduxFormModule (in the file example-app/src/app/feedback/module.ts) from:
import { NgReduxFormModule } from '@angular-redux/form';
to
import { NgReduxFormModule } from '@angular-redux/form/dist/source';
It doesn't seem like that lib is maintained anymore...