Toast Alert is Asynchronous. It will not wait user's click or display time. If you want to hold background action then use Modal popup, they are synchronous, share your use case might be i can suggest
If you have installed tngx-toastr. If you are getting the following error after saying ng serve after performing your operations. error: has no exported member 'ɵɵFactoryDeclaration'. -> static ɵfac: i0.ɵɵFactoryDeclaration; Solution : package.in the json file, make the ngx-toastr version 10.0.4 in the dependencies section. -> "ngx-toastr":"^10.0.4" run the npm update command and run your project by saying ng serve.
thanks, I had a lot of trouble to realise toast before this video. now it's easy ! Thanks bro you are great !
nice video, straight to the point, you're awesome bro
Una pregunta, choca si estoy usando bootstrap?
Yes
Can I use toastr with standalone components ?
You can try
Bro,toastr message doesnt disappear after navigating to another page.
Because its toast message not popup/modal,
You can hide toast or reduce time toast, function available in library
Thank you Sir. I was facing this issue. Now solved
Bro, how to prevent background actions in case of toast alert is displaying
Toast Alert is Asynchronous. It will not wait user's click or display time. If you want to hold background action then use Modal popup, they are synchronous,
share your use case might be i can suggest
My use case is to restrict user to access main screen(outside of toast)
Bro, any update pls
This is so helpful for me thank you sir
Supet sir ge
very very thanks you atre great
Thank you so much!
Thanks buddy i was struggling
If you have installed tngx-toastr. If you are getting the following error after saying ng serve after performing your operations.
error:
has no exported member 'ɵɵFactoryDeclaration'.
-> static ɵfac: i0.ɵɵFactoryDeclaration;
Solution : package.in the json file, make the ngx-toastr version 10.0.4 in the dependencies section.
-> "ngx-toastr":"^10.0.4"
run the npm update command and run your project by saying ng serve.
Thank you so much.
Gracias, me ha ayudado mucho saludos
Thank you!
Good video. Keep it up.
Very good
Thank you Brother
excellent