upgrade to angular 17 (#1008) (d6b5e6b) BREAKING CHANGES requires angular 17, typescript 5.2 Assets2 👍3DominicWrege, andriilazebnyi, and Hypenate reacted with thumbs up emoji 👍 3 people reacted 15 May 16:32 github-actions
current>= 17.x Install npm install ngx-toastr --save @angular/animationspackage is a required dependency for the default toast npm install @angular/animations --save Don't want to use@angular/animations? SeeSetup Without Animations. Setup ...
current>= 17.x Install npm install ngx-toastr --save @angular/animationspackage is a required dependency for the default toast npm install @angular/animations --save Don't want to use@angular/animations? SeeSetup Without Animations. Setup ...
time,signal,platform,subprocess class TimeoutError(Exception): pass def run_command(cmd, ti...
/usr/bin/python #-*-coding:utf-8-*- import os,time,signal,platform,subprocess class Timeout...
feat: upgrade to angular 17 (#1008) scttcpercommitted · 3 / 3 Verified d6b5e6b Commits on May 15, 2023 fix: Move easeTime to the constructor scttcpercommitted · 3 / 3 Verified e3e4b74 Commits on May 14, 2023 feat: Upgrade to angular 16 (#995) scttcpercommitted · 3 / 3 Ve...
🍞 Angular Toastr. Contribute to scttcper/ngx-toastr development by creating an account on GitHub.
Angular CLI: 11.0.2 Node: 15.2.1 OS: win32 x64 Angular: 11.0.2 ... animations, cli, common, compiler, compiler-cli, core, forms ... platform-browser, platform-browser-dynamic, router Ivy Workspace: Yes Package Version @angular-devkit/architect 0.1100.2 ...
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...