angular2-click-outside

Outside-click directive for Angular 2

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
angular2-click-outside
6820.1.07 years ago7 years agoMinified + gzip package size for angular2-click-outside in KB

Readme

angular2-click-outside
This is a directive for detecting clicks outside of a DOM element where the directive is placed on.
PRs welcome!

Setup

Run npm i angular2-click-outside and configure SystemJS accordingly.

Sample Usage

Using this directive is as easy as:
```html
```

Requirements

Angular 2 RC 0 or later