Last active
September 29, 2018 10:09
-
-
Save samarthagarwal/90e0de3ace51dc9915a8d3e8bee85d04 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\!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