Update app.module.ts

This commit is contained in:
piotrpekala7
2020-07-20 16:27:26 +02:00
parent 6d023828ec
commit 26153aa0e7

View File

@ -606,4 +606,6 @@ import { ApplianceInfoDialogComponent } from './components/project-map/new-templ
], ],
bootstrap: [AppComponent] bootstrap: [AppComponent]
}) })
export class AppModule {} export class AppModule {
constructor(protected _googleAnalyticsService: GoogleAnalyticsService) { }
}