This is a directive for detecting clicks outside of a DOM element where the directive is placed on.
PRs welcome!
Run npm i angular2-click-outside and configure SystemJS accordingly.
Using this directive is as easy as:
<div (clickOutside)="close()"></div>
You can pass the original MouseEvent to the registered handler as follows:
<div (clickOutside)="close($event)"></div>
Angular 2 RC 0 Angular 4+ goto https://www.npmjs.com/package/ng-click-outside