angular2-click-outside
This is a directive for detecting clicks outside of a DOM element where the directive is placed on.PRs welcome!
Setup
Runnpm i angular2-click-outside
and configure SystemJS accordingly.Sample Usage
Using this directive is as easy as:```html ```