0.0.5 • Published 7 years ago

@techmagic/ng-utils v0.0.5

Weekly downloads
1
License
-
Repository
github
Last release
7 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

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago