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

/angular2-off-click/

    Package Sidebar

    Install

    npm i angular2-off-click

    Weekly Downloads

    5

    Version

    1.0.4

    License

    MIT

    Last publish

    Collaborators

    • kespeart