Angular - Notification Message | ngx-toaster

Поділитися
Вставка
  • Опубліковано 2 лис 2024

КОМЕНТАРІ • 26

  • @allancolinet5607
    @allancolinet5607 3 місяці тому

    thanks, I had a lot of trouble to realise toast before this video. now it's easy ! Thanks bro you are great !

  • @KarakeOmar-v9u
    @KarakeOmar-v9u Місяць тому

    nice video, straight to the point, you're awesome bro

  • @LuanLizSilva
    @LuanLizSilva 10 місяців тому

    Thank you so much!

  • @sanauullahgamer6119
    @sanauullahgamer6119 2 роки тому

    Supet sir ge

  • @AdnanFarooq-c2x
    @AdnanFarooq-c2x 9 місяців тому

    very very thanks you atre great

  • @aqibjabbar5914
    @aqibjabbar5914 3 роки тому

    Thank you Sir. I was facing this issue. Now solved

  • @sorrybuddy4460
    @sorrybuddy4460 Рік тому

    Thanks buddy i was struggling

  • @Julian-uq6dy
    @Julian-uq6dy 2 роки тому +1

    Thank you!

  • @yousafshah739
    @yousafshah739 2 роки тому

    This is so helpful for me thank you sir

  • @aminasultana7705
    @aminasultana7705 2 роки тому

    Very good

  • @pullthesmoke
    @pullthesmoke 2 місяці тому

    Can I use toastr with standalone components ?

  • @NguyenVanTuanPH-em1do
    @NguyenVanTuanPH-em1do 2 роки тому

    Thank you so much.

  • @adarshs3988
    @adarshs3988 2 роки тому

    Thank you Brother

  • @richievelastegui
    @richievelastegui 5 місяців тому

    Una pregunta, choca si estoy usando bootstrap?

  • @4rollingstone
    @4rollingstone 2 роки тому

    Good video. Keep it up.

  • @medoabdelhameed
    @medoabdelhameed 2 роки тому

    excellent

  • @JAntonioC
    @JAntonioC Рік тому

    Gracias, me ha ayudado mucho saludos

  • @ViveekM
    @ViveekM Рік тому

    Bro,toastr message doesnt disappear after navigating to another page.

    • @DevBugFix
      @DevBugFix  Рік тому

      Because its toast message not popup/modal,
      You can hide toast or reduce time toast, function available in library

  • @gazihatas625
    @gazihatas625 2 роки тому +1

    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.

  • @malleshdiyyala5415
    @malleshdiyyala5415 2 роки тому

    Bro, how to prevent background actions in case of toast alert is displaying

    • @DevBugFix
      @DevBugFix  2 роки тому

      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

    • @malleshdiyyala5415
      @malleshdiyyala5415 2 роки тому

      My use case is to restrict user to access main screen(outside of toast)

    • @malleshdiyyala5415
      @malleshdiyyala5415 2 роки тому

      Bro, any update pls