Master Standalone Components: The Ultimate Guide to Angular's Revolutionary Feature

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

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

  • @fighterlife3644
    @fighterlife3644 9 месяцев назад +9

    even better than the official video talking about standalone component

  • @natarajant7711
    @natarajant7711 11 месяцев назад +3

    Excellent video covers lot of items in single video

  • @AmmarTheTrainer
    @AmmarTheTrainer 10 месяцев назад +3

    To the point, compact , useful and full of knowledge. Thanks for the sharing this ..

  • @AnubhavGupta-l8q
    @AnubhavGupta-l8q 2 месяца назад +1

    Reading about standalone components for the first time today and I don't need to see another video I think. Very nicely explained bro. Keep up the good work. :)

  • @prasadmadushan
    @prasadmadushan 4 месяца назад +1

    I love the way you demonstrate lazy loading. thanks

  • @emilev4560
    @emilev4560 5 месяцев назад +3

    Very neat and clear explanation, thank you

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

    Best example. To the point and covered all. Thanks.

  • @chandnigupta9246
    @chandnigupta9246 Год назад +2

    Excellent explanation. I understood the concept very well. thanks, keep it up

  • @sandeep_gandham
    @sandeep_gandham Год назад +2

    Excellent topic❤ sir i understand very well bcz of this topic video i got stuck before this video now cleared the topic🥳

    • @WebTechTalk
      @WebTechTalk  Год назад

      Nice to hear that. Thank you so much.

  • @asheeshmathur
    @asheeshmathur 9 месяцев назад +1

    Wonderful Series ...Bless You

    • @WebTechTalk
      @WebTechTalk  9 месяцев назад

      Thank you so much 🙏

  • @tejap7308
    @tejap7308 Год назад +1

    Your explanation is awesome bro. I understood the concept very well. Thanks a lot
    I have few queries.
    1. In which scenarios do we need to choose standalone components and in which scenarios do we need to choose normal components? On what basis do we make this decision?
    2. In future will Angular remove Modules completely? Modules doesn't have any advantages at all?
    3. If modules are removed, how do we divide or modularize applications going forward? For example in a Healthcare related application, we create multiple modules like Patient Module, Doctor Module, Admin Module and group all the related components under each respective module. So, how do we do this kind of classification going forward?

    • @WebTechTalk
      @WebTechTalk  Год назад +1

      Nice questions bro.
      1. Going forward it is always good to choose standalone components. Only if your application cannot be upgraded because of any specific dependencies then you can stick to normal components.
      2. There are high chances bro, because standalone components improve the performance a lot.
      3. Individual standalone component itself act as a module. That is why we are importing it instead of declaring.

    • @tejap7308
      @tejap7308 Год назад

      ​@@WebTechTalk​ Thanks a lot for your response and clarifying bro. Just have few more questions based on your response. Please don't mind so many questions from me :)
      1. So, is it better to avoid modules going forward?
      2. If standalone components act as modules, how do we group together or classify related components?

    • @WebTechTalk
      @WebTechTalk  Год назад +1

      @@tejap7308 If your root component is going to be a standalone component, and if you are not using app module file , then it is better to avoid modules and you can maintain everything in individual standalone component. Even we can import multiple components in a standalone component. To group, we can use folders. For example, in our patient standalone component, we can import MyProfile component, MyClaim component, etc and group all components inside a single folder

    • @tejap7308
      @tejap7308 Год назад +1

      ​@@WebTechTalkThanks a lot for clarifying bro. Your channel is best I have seen for Angular so far. Excited to see more Angular videos from you 😊

    • @WebTechTalk
      @WebTechTalk  Год назад +1

      @@tejap7308 Thank you so much bro 😄

  • @khaledkara8774
    @khaledkara8774 16 дней назад +1

    awesome, really appreciate, thx a lot

  • @sushantkunkekar2155
    @sushantkunkekar2155 Год назад +2

    Very well explained thanks, keep it up❤

  • @psteja9917
    @psteja9917 3 месяца назад +1

    Best explanation, thank you!

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

    Really good context and covered in very short video. Kudos to you. Keep it up👍

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

      Thank you so much bro.

  • @sivabalangovindaraj7803
    @sivabalangovindaraj7803 Год назад +2

    Very Good explanation 🎉 I can understand easily. Keep it up.. congratulations for 10K Subscribers 🎉😊

  • @moinhasanfatta3664
    @moinhasanfatta3664 9 месяцев назад +1

    Best one. For.. New learners

  • @getvivekjoshi
    @getvivekjoshi Год назад +2

    Superb video ❤

  • @JaffyMaglinte
    @JaffyMaglinte 10 месяцев назад +2

    Now I understand thank you!

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

    Great video.
    Thanks.

  • @karthicktechcedence
    @karthicktechcedence 11 месяцев назад +2

    Well explained

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

    Nice explanation and very useful

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

    awesome explanation

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

      Thank you so much 👍

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

    Take a look also to Local Change Detection

    • @WebTechTalk
      @WebTechTalk  8 месяцев назад +2

      Sure. I am planning to cover this after doing a video on Signals.

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

    thank you greate explain

  • @syedhannan546
    @syedhannan546 6 месяцев назад +1

    well explained!!

  • @saiprathap9550
    @saiprathap9550 3 месяца назад

    in angualr 17 do we need to use the flag to have app module ,
    or which is the optimal way here?
    i created app with 17 and trying to have one module for all the packages and imported this module in stand alone compoennt ie my users component ,
    now in routing this users component is always remaining even if we route to different Route , in routeroutlet this user selectos is staying hence is always visible on ui any solution for this ?

    • @WebTechTalk
      @WebTechTalk  3 месяца назад

      Yes. You need to use the flag --no-standalone. But I suggest you use standalone solution. And, if you keep user component in app component, it will display in all pages. So better remove that and show it through route.

  • @Amir_OfclAcnt
    @Amir_OfclAcnt 6 месяцев назад +1

    👍

  • @SaiKumar-tg6ct
    @SaiKumar-tg6ct 11 месяцев назад

    It seems angular may slowly convert to function based components as similar to react

    • @WebTechTalk
      @WebTechTalk  11 месяцев назад

      I don't think so Sai. Object oriented is the advantage of angular. Dependency injection happens through the constructor. So I think Angular will stick to class based components only.

    • @SaiKumar-tg6ct
      @SaiKumar-tg6ct 11 месяцев назад +1

      @@WebTechTalk new way of dependency injection has come since Angular 16, and route guards also has also changed to function.that's why I'm thinking so,

    • @WebTechTalk
      @WebTechTalk  11 месяцев назад +2

      @@SaiKumar-tg6ct I will explore more on that