Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created September 17, 2017 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/e5e0fe6cf9dcb55f6ed53d08adc3949b to your computer and use it in GitHub Desktop.
Save matthieu-D/e5e0fe6cf9dcb55f6ed53d08adc3949b to your computer and use it in GitHub Desktop.
import { ReactiveFormsModule } from '@angular/forms';
import { NgReduxModule } from '@angular-redux/store';
import { NgReduxFormModule } from '@angular-redux/form';
@NgModule({
...
imports: [
BrowserModule,
IonicModule.forRoot(MyApp),
ReactiveFormsModule,
NgReduxFormModule,
NgReduxModule
],
providers: [
StatusBar,
SplashScreen,
{provide: ErrorHandler, useClass: IonicErrorHandler}
]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment