Encounter this >> ERROR in src/app/app.component.ts(11,29): error TS2304: Cannot find name 'Gtag'.
Here's my code in app.component.ts
import { Component } from '@angular/core';
import { GtagModule } from 'angular-gtag';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'app';
constructor(gtag: Gtag) {}
}
mmm... what's missing?
Encounter this >> ERROR in src/app/app.component.ts(11,29): error TS2304: Cannot find name 'Gtag'.
Here's my code in app.component.ts
mmm... what's missing?