Angular Signals Example - Learn Them by Doing

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ม.ค. 2025

ความคิดเห็น • 55

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  5 หลายเดือนก่อน

    WATCH NEXT: Angular Unit Testing Course - All That You Need to Know About Testing - th-cam.com/video/bv9z_UfSqgM/w-d-xo.htmlsi=WVzOWtdQUZWEbqsz

  • @Brendan2Alexander
    @Brendan2Alexander ปีที่แล้ว +3

    Your channel is ridiculously helpful. I always feel jacked to get into my angular projects after watching a few of your videos

  • @tinodueppotell4869
    @tinodueppotell4869 ปีที่แล้ว +2

    Danke!

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว +1

      Vielen dank für Ihre Unterstützung. Das ist sehr wichtig für mich!

  • @muthu1046
    @muthu1046 ปีที่แล้ว +1

    Thanks!

  • @SilvanAngele
    @SilvanAngele ปีที่แล้ว

    your tutorials have such a nice understandable pace.

  • @LukeAvedon
    @LukeAvedon ปีที่แล้ว +1

    Thank you for all the videos with signals examples. I am super jazzed about signals.

  • @tomozi1
    @tomozi1 ปีที่แล้ว

    Best channel and lessons. Thanks

  • @LucianoGuimarães-s8f
    @LucianoGuimarães-s8f 11 หลายเดือนก่อน

    Impeccable, as always.

  • @Santon-Motho
    @Santon-Motho ปีที่แล้ว

    Thanks for another awesome video on Angular. Your channel and courses are top notch 💯

  • @henrik3098
    @henrik3098 ปีที่แล้ว

    this is a good angular channel

  • @advance5189
    @advance5189 5 หลายเดือนก่อน

    Impeccable!

  • @valerigogichashvili
    @valerigogichashvili ปีที่แล้ว

    Amazing as always!

  • @christopheradolphe
    @christopheradolphe 11 หลายเดือนก่อน

    Hi Oleksandr, thank you for this great tutorial about Angular signals. I've read some articles over the web about when to use signals vs observables. Some of them advise to keep using observables in services and use signals in components. Your video clearly shows that a service can entirely work with signals. I'd really like to know what are your thoughts about this. Also what's that code editor you are using ?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  11 หลายเดือนก่อน +2

      I see zero reasons to use something in either service or comp. Don't read these articles :)
      Use signals for simple state. Use RxJS when you need RxJS methods like distincUntilChanged, etc

    • @christopheradolphe
      @christopheradolphe 11 หลายเดือนก่อน

      @@MonsterlessonsAcademy Thank you for your response and the great content!

  • @KushanShanuka
    @KushanShanuka ปีที่แล้ว

    while watching this, i feel angular signals feature is seems like vue refs.
    by the way you explained well. thank you

  • @botondvasvari5758
    @botondvasvari5758 ปีที่แล้ว +1

    what if there are more complex filters that can come from different components ?

  • @tinodueppotell4869
    @tinodueppotell4869 ปีที่แล้ว

    Thanks - great Tutorial

  • @jorgen180
    @jorgen180 ปีที่แล้ว

    What is recommended approach to implementing custom input field validation while using Signals? Functionality provided in Reactive Forms doesn't yet seem to be reflected to Signals.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว

      I don't use signals for custom validation. Just plain reactive form

  • @manojv2893
    @manojv2893 9 หลายเดือนก่อน

    Thank you

  • @musoverda
    @musoverda ปีที่แล้ว

    Are there already any standards (generally accepted rules) for writing variable names for signals?

  • @AdelBasiony
    @AdelBasiony ปีที่แล้ว

    can you please make a video using singals and Ngrx together in a project. Thanks.

  • @denysbilas3670
    @denysbilas3670 ปีที่แล้ว

    HI! Thanx for sharing! I want ask you about architecture for front end application. What architecture do you use for your pet projects or work?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว

      Typically by feature architectured like I showed here th-cam.com/video/IFTqfO_evlc/w-d-xo.html

  • @AdelBasiony
    @AdelBasiony ปีที่แล้ว

    Isn't it better to move all computed signals to the service and just call them in the component? even if the signal is used once in a single component.
    I'm really confused about which is the best practice.
    Highly appreciate your videos.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว

      Sure. If it is shareable than move it to comp. If not then not.

    • @AdelBasiony
      @AdelBasiony ปีที่แล้ว

      Thanks a lot.@@MonsterlessonsAcademy

  • @dimitridoroshko
    @dimitridoroshko ปีที่แล้ว

    Hey, man. What is your favorite framework out of the top three: angular, react, Vue?

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว +4

      I don't really like one of them more then others. Most importantly for me is to get paid for any of them. My personal preference is Elm but unfortunately it is not that popular.

  • @felixmatusinio6438
    @felixmatusinio6438 ปีที่แล้ว

    If we will use signal, do we still need rxjs? to be honest rxjs is quite pain in the ass.

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  ปีที่แล้ว

      I have a video about it
      th-cam.com/video/WL7QEhdqh00/w-d-xo.htmlsi=h3BmPJld15fBJV1s

    • @magnifico689
      @magnifico689 ปีที่แล้ว

      combine rxjs and signals

  • @USONOFAV
    @USONOFAV ปีที่แล้ว

    ok so Signal is just an alternative to rxJS Subject?

  • @4444-c4s
    @4444-c4s ปีที่แล้ว

    🙏🙌

  • @austinZen8800
    @austinZen8800 ปีที่แล้ว

    Thanks!