diff --git a/src/app/showcase/layout/app.component.ts b/src/app/showcase/layout/app.component.ts index 3d717563fc1..b8c37b6d580 100644 --- a/src/app/showcase/layout/app.component.ts +++ b/src/app/showcase/layout/app.component.ts @@ -4,7 +4,6 @@ import { Subscription } from 'rxjs'; import { NavigationEnd, Router } from '@angular/router'; import { AppConfigService } from '../service/appconfigservice'; import Announcement from '../data/news.json'; -declare let gtag: Function; @Component({ selector: 'app-root',