Removed old component
This commit is contained in:
parent
8b8d98886d
commit
358266e48f
@ -8,7 +8,6 @@ import {ServiceWorkerModule} from '@angular/service-worker';
|
|||||||
import {environment} from '../environments/environment';
|
import {environment} from '../environments/environment';
|
||||||
import {FormsModule} from "@angular/forms";
|
import {FormsModule} from "@angular/forms";
|
||||||
import {MapComponent} from "./map/map.component";
|
import {MapComponent} from "./map/map.component";
|
||||||
import {NotFoundComponent} from "./404/404.component";
|
|
||||||
import {HomeComponent} from "./home/home.component";
|
import {HomeComponent} from "./home/home.component";
|
||||||
import {AgmCoreModule} from "@agm/core";
|
import {AgmCoreModule} from "@agm/core";
|
||||||
import {MaterialModule} from "./material.module";
|
import {MaterialModule} from "./material.module";
|
||||||
@ -19,8 +18,7 @@ import {MaterialModule} from "./material.module";
|
|||||||
declarations: [
|
declarations: [
|
||||||
AppComponent,
|
AppComponent,
|
||||||
HomeComponent,
|
HomeComponent,
|
||||||
MapComponent,
|
MapComponent
|
||||||
NotFoundComponent,
|
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
AgmCoreModule.forRoot({apiKey: 'AIzaSyDFtvCY6nH_HUoTBNf_5b-E8nRweSLYtxE'}),
|
AgmCoreModule.forRoot({apiKey: 'AIzaSyDFtvCY6nH_HUoTBNf_5b-E8nRweSLYtxE'}),
|
||||||
|
Loading…
Reference in New Issue
Block a user