mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-21 16:09:55 +00:00
Update app.module.ts
This commit is contained in:
@ -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) { }
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user