Dušan Perišić

Results 12 comments of Dušan Perišić

@jiangyh1024 for now, you can handle it from the component ``` dateRangeFired = false; applyFilter() { if (this.dateRangeFired) { this.dateRangeFired = false; return; } this.dateRangeFired = true; // your code...

@ThisIsIvan @mkariti @stefanolsenn Do we have a plan to upgrade this lib and use it without forking and making local updates for every next version?

@cong235 If you using a Proxy pattern you can just replace your token implementation :smile: If not, you should be able to run burning and minting tokens from an external...

For me working as expected, but there is no indication - it will be great from the UX perspective to notify users when action is completed. @MurhafSousli is there any...

@MurhafSousli great, thanks, I will check it in the next few days :)

@MurhafSousli , Unfortunately, the opened emitter doesn't work as expected for copy share type - I tested it using the share directive. The `copyToClipboard` util function will be called from...

@maxisam latest `4.0.0-beta.12`, but same for the `3.0.2`

The same topic is here: https://github.com/angular/angularfire/issues/3494