0.1.0 • Published 8 years ago

angular2-click-outside v0.1.0

Weekly downloads
478
License
BSD-3-Clause
Repository
github
Last release
8 years ago

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:

<div (clickOutside)="close()"></div>

Requirements

Angular 2 RC 0 or later