Socket
Socket
Sign inDemoInstall

timer-ng7

Package Overview
Dependencies
5
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    timer-ng7

Timer angular library


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
86.2 kB
Created
Weekly downloads
 

Readme

Source

timer-lib-app NPM version Build Status

Timer angular library

Installation

$ npm install --save timer-ng7

Usage

  1. Import TimerLibModule in app module.
  2. Define "@ViewChild(TimerComponent) child: TimerComponent" in your component's class.
  3. To start timer call this.child.startTimer() method
  4. To stop timer call this.child.stopTimer() method
  5. To reset timer call this.child.resetTimer() method
  6. Add <tmr-timer></tmr-timer> in html

License

MIT © Irfan

Keywords

FAQs

Last updated on 02 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc