UNPKG

@logo-software/timer

Version:

Timer helps developer to set a specific time for their web apps and doSomething after completed.

31 lines (30 loc) 798 B
/** * Timer helps developer to set a specific time for their web apps and doSomething after completed. * It comes many features * * @stacked-example(TimerComponent, logo/timer-sample/timer-showcase/timer-showcase.component) * * ### Installation * * All public npm packages of Logo Software is at [https://www.npmjs.com/~logofe](https://www.npmjs.com/~logofe). To * install Timer Module: * * ```bash * $ npm set registry https://registry.npmjs.org/ * $ npm install @logo-software/timer -s * ``` * * Just import it to your project of `@NgModule` import section. * * ```typescript * import { TimerModule } from '@logo-software/timer'; * * @NgModule({ * imports: [CommonModule, TimerModule], * }) * export class AppModule { * } * ``` */ export declare class TimerModule { }