Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created July 6, 2017 15:57
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/a893ab08a055694581e6e76cb6297455 to your computer and use it in GitHub Desktop.
Save matthieu-D/a893ab08a055694581e6e76cb6297455 to your computer and use it in GitHub Desktop.
.
.
.
import { AngularFireAuthModule } from 'angularfire2/auth';
import { AngularFireModule } from 'angularfire2';
import { AngularFireAuth } from 'angularfire2/auth';
import { environment } from '../environments/environment';
@NgModule({
.
.
.
imports: [
.
.
.
AngularFireModule.initializeApp(environment.firebase),
AngularFireAuthModule
],
providers: [
.
.
.,
AngularFireAuth
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment