Skip to content

Instantly share code, notes, and snippets.

@ryctabo
Created March 5, 2018 07:47
Show Gist options
  • Save ryctabo/e8e5ebd284442097c5e03019835230b6 to your computer and use it in GitHub Desktop.
Save ryctabo/e8e5ebd284442097c5e03019835230b6 to your computer and use it in GitHub Desktop.
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
/** Angular Firebase Modules */
AngularFireModule.initializeApp(environment.firebase),
AngularFireStorageModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment