mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-26 09:19:00 +00:00
remove gtag calls
This commit is contained in:
@@ -3,7 +3,6 @@ import { interval, startWith } from 'rxjs';
|
|||||||
import { GetClosestTimezoneFrom, Timezone } from './timezone/models/timezone.model';
|
import { GetClosestTimezoneFrom, Timezone } from './timezone/models/timezone.model';
|
||||||
import { TimezoneService } from './timezone/services/timezone.service';
|
import { TimezoneService } from './timezone/services/timezone.service';
|
||||||
|
|
||||||
declare let gtag: Function;
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-root',
|
selector: 'app-root',
|
||||||
templateUrl: './app.component.html',
|
templateUrl: './app.component.html',
|
||||||
@@ -39,12 +38,6 @@ export class AppComponent {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ngOnInit(): void {
|
|
||||||
gtag('config', 'G-48B6CKS0V6', {
|
|
||||||
page_path: '/',
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
toggleView() {
|
toggleView() {
|
||||||
this.showAll = !this.showAll;
|
this.showAll = !this.showAll;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user