UNPKG

ngx-tag-commander-lib

Version:

This service lets you integrate Tag Commander in your AngularX (2+) applications easily. - [Official website](https://www.commandersact.com/fr/produits/tagcommander/)

12 lines (11 loc) 378 B
import { ElementRef } from '@angular/core'; import { TagCommanderService } from '../tag-commander.service/tag-commander.service'; export declare class TcEventDirective { private el; private tcService; tcEvent: any; tcEventLabel: any; tcEventObj: any; constructor(el: ElementRef, tcService: TagCommanderService); ngAfterViewInit(): void; }