Skip to content

kespeart/angular2-off-click

Repository files navigation

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