mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
add analytics support
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user