Angular AI Integration (Experimental): NgConf 2024 Recap

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

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

  • @AngularUniversity
    @AngularUniversity  7 месяцев назад +2

    Source: watch the NgConf Keynote ruclips.net/video/nIBseTi6RVk/видео.html What do you think about the announcements?

  • @AleksandarT10
    @AleksandarT10 7 месяцев назад +3

    Glad to see Angular moving forward and pushing boundaries! Looking forward for it to reign the JS space again

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

      Yes me too, Angular ir really pushing the envelope here, looking forward for signal change detection 😊

    • @LarsRyeJeppesen
      @LarsRyeJeppesen 7 месяцев назад

      Minko can be thanked for all this

  • @stanislautsishkou5632
    @stanislautsishkou5632 7 месяцев назад +1

    Thx a lot for a quick recap, ng-conf is again awesome!

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

      You're welcome, yes NgConf rocks and this year the announcements were huge 😊

  • @FFizmaTT
    @FFizmaTT 7 месяцев назад +4

    Vasco, please do the background music more quiet. I like your videos so much. But it's very uncomfortably to listen to

    • @AngularUniversity
      @AngularUniversity  7 месяцев назад +3

      Thank you for the feedback, I will lower further when I use it throughout the whole video, like in this one. In other videos, I've removed it entirely from the rest of the video. 👍

  • @TW-go8wz
    @TW-go8wz 7 месяцев назад +1

    Hey Vasco, as a long term Angular developer (since 2017) I struggle with the idea of standalone components. For architectural purposes I still want to use modules to cut my application into different feature modules, core/shared module and other areas. Maybe you can make a video how to use standalone components and feature modules in combination? Thanks for your content!

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

      I get it, it's not very well explained the advantages of standalone, and a lot of projects didn't remove them yet because the point of migrating is not clear. For me the killer feature of standalone components is the simplified lazy loading, just use loadComponent in your router, as simple as that no separate module needed per screen. For that alone I have migrated all my code bases. You can make your application totally lazy-loaded with a quick config change. Other than that, it's less code and one less concept to understand. The imports are not cumbersome and happens automatically via the Angular Language service. Modules the idea of encapsulating different parts of the application separately is nice, but in practice it's much simpler to make everything standalone. There is an automated CLI migration. It won't do all the refactoring but it will do 95% of it 😉

  • @AlainBoudard
    @AlainBoudard 7 месяцев назад +1

    I was talking with Misko a few month ago and he told us that Wiz integration in Angular would be very complicated. I'm curious to see how it will evolve !

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

      Hi Alain, he mentioned in the talk he has been working on it for one year apparently. I'm quite curious too to see what it will happen, some people on Twitter were saying that this could mean a completely new SSR story for Angular, maybe a built-in SSR meta-framework like Next.js for React. That would be awesome 👍😊

  • @jaywantnarwade5517
    @jaywantnarwade5517 6 месяцев назад

    angular moving toward react side

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

      Just marginally, I think it's a positive thing. It's still very different 👍

  • @mohimalka8276
    @mohimalka8276 7 месяцев назад

    Angular cheats a lot on vue