Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Last active September 29, 2018 10:09
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 samarthagarwal/90e0de3ace51dc9915a8d3e8bee85d04 to your computer and use it in GitHub Desktop.
Save samarthagarwal/90e0de3ace51dc9915a8d3e8bee85d04 to your computer and use it in GitHub Desktop.
\!h import { IonicStorageModule } from '@ionic/storage';
@NgModule({
declarations: [
// ...
],
imports: [
BrowserModule,
IonicModule.forRoot(MyApp),
],
bootstrap: [IonicApp],
entryComponents: [
// ...
],
providers: [
// ...
]
})
export class AppModule {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment