angular-redux / example-app

Example using @angular-redux/store, @angular-redux/router, and @angular-redux/form together with the Angular CLI
123 stars 101 forks source link

ERROR in NgReduxFormModule is not an NgModule #48

Open marcojrzx opened 7 years ago

marcojrzx commented 7 years ago

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.

gise88 commented 7 years ago

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';

ghost commented 7 years ago

It doesn't seem like that lib is maintained anymore...