💥 Angular University YouTube Channel Intro

Поделиться
HTML-код
  • Опубликовано: 29 дек 2024

Комментарии • 8

  • @niloybarmon7975
    @niloybarmon7975 10 месяцев назад

    I have recently found you, for staying up to date, you're great. Hope we ll learn angular deep. Thanks for your free premium resources.

    • @AngularUniversity
      @AngularUniversity  10 месяцев назад +1

      Thank you, enjoy the courses and welcome aboard! 😊

  • @davidcooper4327
    @davidcooper4327 10 месяцев назад

    You're the man.

    • @AngularUniversity
      @AngularUniversity  10 месяцев назад

      You're welcome, enjoy the new shorts and videos. 😊

  • @IvanMalinovskyi-q4z
    @IvanMalinovskyi-q4z 10 месяцев назад

    You're the best

    • @AngularUniversity
      @AngularUniversity  10 месяцев назад +1

      I really appreciate it. Stay tuned for upcoming videos and shorts!

  • @FinanzMinimalist
    @FinanzMinimalist 8 месяцев назад

    It is time Angular is doing something. All those years everyone create their own best practices somewhere between using RxJS always or not at all. Would be good Angular made a comment way early about that.
    At the moment RxJS is still necessary for complex applications but in my experience junior devs are doing everything to not use it and don’t even learn it. What right now lead to a point we’re lot of devs don’t gain knowledge for more complex applications. Which leads to „questionable“ code. And I think it’s the fault of RxJS itself. Angular has such a nice learning curve, RxJS not.

    • @AngularUniversity
      @AngularUniversity  8 месяцев назад +1

      I agree with almost all of it, I would just add that you can build just as complex applications with and without RxJs in Angular today. 😉 Signals are ready, even though signal-based change detection is still on the way. We can already use Signals, combined with service layers based on Promises and async/await to build modern Angular applications today. 👍