1.0.4 • Published 7 years ago

angular2-off-click v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

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