angular2-off-click
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

angular2 off click

angular2 off click module with aot support.

installation

npm install angular2-off-click --save

Usage

Import offClickModule

    import { OffClickModule } from 'angular2-off-click';
    
    @NgModule({
        imports: [
            OffClickModule,
            ...
    })

Template

    <div (offClick)="callback($event)"></div>

dependencies

angular two

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    1
    • latest

Version History

Package Sidebar

Install

npm i angular2-off-click

Weekly Downloads

5

Version

1.0.4

License

MIT

Last publish

Collaborators

  • kespeart