0.0.5 • Published 6 years ago

@techmagic/ng-utils v0.0.5

Weekly downloads
1
License
-
Repository
github
Last release
6 years ago

ng-utils

Collection of utils for Angular application

Install

  1. npm install --save @techmagic/ng-utils
  2. import { NgUtilsModule } from '@techmagic/ng-utils-lib'
  3. Add NgUtilsModule to your imports array: imports: [ NgUtilsModule ]

Utils

Directives

nguThrottleClick

Throttle click to declared number of milliseconds

<button (nguThrottleClick)="onClick()">Click</button>
PropertyTypeDefault valueDescription
nguThrottleClickfunction-Method to handle click
throttleTimenumber1000Time to throttle click event

nguClickOutside

Listen for click outside the target element

<button (nguClickOutside)="onClick()">Click</button>
PropertyTypeDefault valueDescription
nguClickOutsidefunction-Method to handle click
0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago