UNPKG

tauro-directives

Version:

This is an Angular library composed of several useful directives developed by the team of developers of [3Tecnos Tecnologia](http://www.3tecnos.com.br/).

8 lines (7 loc) 203 B
import { ElementRef } from '@angular/core'; export declare class CountToDirective { private element; duration: number; constructor(element: ElementRef); ngAfterViewInit(): void; }