Browse Source

inject Angulartics2GoogleAnalytics

pull/219/head
Kyle Spearrin 8 years ago
parent
commit
9d5b9f0bde
  1. 5
      src/app/app.component.ts

5
src/app/app.component.ts

@ -4,10 +4,10 @@ import { SweetAlert } from 'sweetalert/typings/core'; @@ -4,10 +4,10 @@ import { SweetAlert } from 'sweetalert/typings/core';
import {
ToasterConfig,
ToasterContainerComponent,
ToasterService,
} from 'angular2-toaster';
import { Angulartics2 } from 'angulartics2';
import { Angulartics2GoogleAnalytics } from 'angulartics2/ga';
import {
Component,
@ -60,7 +60,8 @@ export class AppComponent implements OnDestroy, OnInit { @@ -60,7 +60,8 @@ export class AppComponent implements OnDestroy, OnInit {
private lastActivity: number = null;
constructor(private broadcasterService: BroadcasterService, private userService: UserService,
constructor(private angulartics2GoogleAnalytics: Angulartics2GoogleAnalytics,
private broadcasterService: BroadcasterService, private userService: UserService,
private tokenService: TokenService, private folderService: FolderService,
private settingsService: SettingsService, private syncService: SyncService,
private passwordGenerationService: PasswordGenerationService, private cipherService: CipherService,

Loading…
Cancel
Save