Angular v17 using Signals & Angular Material to apply Dark and Light Mode | Angular Theming

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

КОМЕНТАРІ • 27

  • @wolfisraging
    @wolfisraging 5 місяців тому +1

    Found another gem channel on youtube. Thanks for this video!

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

      Thank you. Glad you enjoy it!

  • @jakub.686
    @jakub.686 3 місяці тому

    Thank you, it works finally, i've struggled with dark mode last one week but i've found your video

  • @farneyjimenez
    @farneyjimenez 6 місяців тому +1

    Wonderful 💓 👍🏼 👏🏽

  • @niccolomachiavelli6211
    @niccolomachiavelli6211 7 місяців тому

    I just discovered you. I hope you don't stop making videos about Angular. Hello from Turkiye.

    • @MonaCodeLisa
      @MonaCodeLisa  7 місяців тому

      Hello and thank you for watching :) I plan to make more videos about Angular

    • @niccolomachiavelli6211
      @niccolomachiavelli6211 6 місяців тому +1

      We would be very happy if there was a video about filtering processes.@@MonaCodeLisa

    • @MonaCodeLisa
      @MonaCodeLisa  6 місяців тому

      @@niccolomachiavelli6211 please be more specific, what type of filtering, in what context ?

  • @henryjao-ti7cv
    @henryjao-ti7cv 7 місяців тому +2

    Really awesome

  • @MartinShadrach
    @MartinShadrach 3 місяці тому +1

    Loved the content , I had a problem I am using latest version of angular 18 and material everything is working fine except the icon buttons they are dark in dark button

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

      Thank you :) for Angular v18 there is a slight update in the syntax that Angular Material uses you can see it here - ua-cam.com/video/3Kq26TFrdAA/v-deo.html

  • @jakub.686
    @jakub.686 2 місяці тому +1

    hey, could you show to implement this dark mode to datepicker? i've implement your code into my app and it works, but datepicker has still bright background :)

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

      Yes, I know what you mean, ok for that the implementation is a little bit different, a slight adjustment, I will try to make a video when I have the chance, thank you for mentioning it

    • @jakub.686
      @jakub.686 2 місяці тому

      @@MonaCodeLisa i would appreciate a lot :)

  • @mkhwanazicebo4448
    @mkhwanazicebo4448 6 місяців тому +1

    can we use angular signals instead of ngxs stores, like can signals be able to do what stores can do ?

    • @MonaCodeLisa
      @MonaCodeLisa  6 місяців тому

      It would be great if you can provide a code example, feel free to join discord where it can be discussed further - discord.gg/sZeX2hgE

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

    Thankyou so much

  • @remymoro1854
    @remymoro1854 7 місяців тому +1

    thanks thanks

    • @MonaCodeLisa
      @MonaCodeLisa  7 місяців тому

      you are welcome, and thank you for watching

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

    I started working on a project, and in project they use material, but, for some reason, developers on all components defines background colors, colors and fill colors, and it is horror.
    Now I need to remove all of that and hopefully it will not ruin anything in order to implement themes... 😬

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

      I know exactly what you mean - I have seen that too at some places where I worked.
      Using global styles makes things easier to track and maintain

  • @nikkq
    @nikkq 6 місяців тому

    just copied your theme etc... not working with angular material elements, like mat-menu or mat-dialog

    • @MonaCodeLisa
      @MonaCodeLisa  6 місяців тому +1

      There is already a repo in description showing this is method implemented and working. Have a look at this app also which includes multiple mat-dialogs - angular.anguhashblog.com/, here is the code - github.com/AnguHashBlog/angular-material
      That is already 2 repos where I am implementing this method, I am sure I have more. If it's not working for you - then maybe you are missing something.
      By your comments it seems that you didn't really watch the entire video but skipped through certain parts, and focused on others. Please re-examine the steps you are taking.