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.
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
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
Thank you so much!
Supet sir ge
very very thanks you atre great
Thank you Sir. I was facing this issue. Now solved
Thanks buddy i was struggling
Thank you!
This is so helpful for me thank you sir
Very good
Can I use toastr with standalone components ?
You can try
Thank you so much.
Thank you Brother
Una pregunta, choca si estoy usando bootstrap?
Yes
Good video. Keep it up.
excellent
Gracias, me ha ayudado mucho saludos
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
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.
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