Add config and firebase

This commit is contained in:
2019-05-21 11:00:14 +09:00
parent 70d0fb9f1c
commit 5f0b10eed7
10 changed files with 961 additions and 61 deletions

View File

@ -2,13 +2,15 @@ import { BrowserModule } from '@angular/platform-browser';
import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule
BrowserModule,
BrowserAnimationsModule
],
providers: [],
bootstrap: [AppComponent]