Anthony Subramani

Results 3 comments of Anthony Subramani

Use activate event binding instead of click in HTML `(activate)='onUserEvent($event)` for any user events. In the ts file ``` onUserEvent ( e ) { if ( e.type == "click" )...

@amurtola did u ever find any solution, I am looking for a default range on load

thanks. @amurtola $timeout worked in this also!