example-app icon indicating copy to clipboard operation
example-app copied to clipboard

ERROR in NgReduxFormModule is not an NgModule

Open marcojrzx opened this issue 8 years ago • 2 comments

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.

marcojrzx avatar Jul 24 '17 16:07 marcojrzx

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

gise88 avatar Jul 25 '17 17:07 gise88

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

ghost avatar Aug 22 '17 21:08 ghost