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/)

10 lines (9 loc) 339 B
import { ElementRef } from '@angular/core'; import { TagCommanderService } from '../tag-commander.service/tag-commander.service'; export declare class TcSetVarsDirective { private el; private tcService; tcSetVars: object; constructor(el: ElementRef, tcService: TagCommanderService); ngAfterViewInit(): void; }