Latest version available for each version of Angular ngx-toastrAngular 13.2.110.x 11.x 14.3.012.x 13.x 15.2.214.x. 16.2.015.x 17.0.216.x current>= 17.x Install npm install ngx-toastr --save @angular/animationspackage is a required dependency for the default toast ...
Latest version available for each version of Angular ngx-toastrAngular 13.2.110.x 11.x 14.3.012.x 13.x 15.2.214.x. 16.2.015.x 17.0.216.x current>= 17.x Install npm install ngx-toastr --save @angular/animationspackage is a required dependency for the default toast ...
To make more sense with the future versioning scheme of Angular, the directive selector is now rename tongxClipboard Dependencies If you need to use it on 2.x, please use version 7.x.x. If you need to use it on 4.x, please use version 8.x.x. ...
"angular2-toaster":"4.0.0", "bootstrap":"4.0.0-beta.2", "chart.js":"2.5.0", "ckeditor":"4.6.2", "classlist.js":"1.1.20150312", "core-js":"^2.4.1", "d3":"4.8.0", "font-awesome":"4.7.0", "intl":"1.2.5", ...
toaster: update toaster to latest version (6.0.0) (#1722) (b85034e) 2.2.0 (2018-05-14) Features add NotFound page (#1672) (fa3cdf7) RTL support (#1634) (3b63759) update to Angular 6 (#1684) (06d2197) 2.1.1 (2018-04-26) Bug Fixes dashboard: fix temp/humidity buttons (0...
Admin dashboard template based on Angular 6+, Bootstrap 4 (previously known as ng2-admin) - ngx-admin/package-lock.json at master · xiaojian152194/ngx-admin
When opening a toast inside an angular lifecycle wrap it in setTimeout ngOnInit(){setTimeout(()=>this.toastr.success('sup'))} showToaster(){this.toastr.success('Hello world!','Toastr fun!').onTap.pipe(take(1)).subscribe(()=>this.toasterClickedHandler());}toasterClickedHandler(){cons...