mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-10 09:43:43 +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 { TimezoneService } from './timezone/services/timezone.service';
|
||||
|
||||
declare let gtag: Function;
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
templateUrl: './app.component.html',
|
||||
@@ -39,12 +38,6 @@ export class AppComponent {
|
||||
}
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
gtag('config', 'G-48B6CKS0V6', {
|
||||
page_path: '/',
|
||||
});
|
||||
}
|
||||
|
||||
toggleView() {
|
||||
this.showAll = !this.showAll;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user