Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Created September 29, 2018 10:08
Show Gist options
  • Save samarthagarwal/c05da2eca677cb440560b1e680a19d42 to your computer and use it in GitHub Desktop.
Save samarthagarwal/c05da2eca677cb440560b1e680a19d42 to your computer and use it in GitHub Desktop.
\!h import { IonicStorageModule } from '@ionic/storage';
@NgModule({
declarations: [
// ...
],
imports: [
BrowserModule,
IonicModule.forRoot(MyApp),
\!h IonicStorageModule.forRoot()
],
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