1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

add analytics support

This commit is contained in:
Kyle Spearrin
2018-01-26 10:50:06 -05:00
parent 5b92d9d31f
commit 0f5af81bd9
5 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
import { Angulartics2GoogleAnalytics } from 'angulartics2/ga';
import { Component } from '@angular/core';
@Component({
@@ -6,4 +8,6 @@ import { Component } from '@angular/core';
template: '<router-outlet></router-outlet>',
})
export class AppComponent {
constructor(angulartics2GoogleAnalytics: Angulartics2GoogleAnalytics) {
}
}