ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Where is popupClosed output on directive? #149

Closed humpedli closed 7 years ago

humpedli commented 7 years ago

Readme mentions the following:

popupClosed, triggered when the component is closed (contains a boolean true)

But as I can see, there is no popupClosed @Output on directive. (v0.14.2)

allenhwkim commented 7 years ago

Ha, did it disappear, or I missed to implement it? Anyway I will add this feature soon. Thanks for reporting this @humpedli