fix(analytics): update analytics service, fix lint

This commit is contained in:
denStrigo 2018-11-23 19:06:18 +03:00 committed by Sergey Andrievskiy
parent 995e2c4a80
commit 52e3126141

View file

@ -4,8 +4,6 @@ import { Location } from '@angular/common';
import { filter } from 'rxjs/operators';
import { NB_WINDOW } from '@nebular/theme';
declare const ga: any;
@Injectable()
export class AnalyticsService {
private enabled = false;