Angular 17 Features With Examples - You Must Know That

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

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

  • @MonsterlessonsAcademy
    @MonsterlessonsAcademy  2 месяца назад +1

    WATCH NEXT: Angular Unit Testing Course - All That You Need to Know About Testing - ruclips.net/video/bv9z_UfSqgM/видео.htmlsi=WVzOWtdQUZWEbqsz

    • @properwaffles
      @properwaffles 2 месяца назад

      Great timing. I’m horrible with testing, thank you!

  • @abdelhaibouaicha3293
    @abdelhaibouaicha3293 Год назад +8

    📝 Summary of Key Points:
    Angular 17 introduces a new logo and website that are more structured and beginner-friendly. The website includes documentation, tutorials, a playground, and a reference section.
    Angular 17 includes two features from Angular 16 by default: signals for managing state and spied for faster application building.
    The video explains how to set up a new Angular 17 application using the Angular CLI.
    Angular 17 introduces a new feature called control flow, which changes how code is written in HTML templates.
    Another new feature in Angular 17 is defer, which allows for delayed rendering and the display of placeholders while content is being loaded.
    Different triggers for defer include on idle and viewport, with on idle being the default trigger.
    💡 Additional Insights and Observations:
    The new website and documentation in Angular 17 are praised for being more beginner-friendly and easier to understand.
    The control flow feature in Angular 17 simplifies the creation of loops and conditional statements in HTML templates.
    Defer in Angular 17 provides flexibility in rendering content and displaying loading indicators.
    📣 Concluding Remarks: Angular 17 brings exciting new features, an improved website, and enhanced documentation to make Angular development more accessible and efficient. The control flow and defer features offer more flexibility and convenience in building Angular applications.
    Made with Talkbud

  • @karthikeyansundaramoorthi247
    @karthikeyansundaramoorthi247 Год назад +6

    Angular proved its awesomeness once again.

  • @MG-wx8yx
    @MG-wx8yx 8 месяцев назад

    I'm a huge fan of your channel and can't believe I haven't subscribed all these years. Sorry for than. I'm subscribing right now.

  • @sakarsr
    @sakarsr Год назад +4

    Really wonderful video on Angular 17 features. Thank you and have a nice day and good health.

  • @yt.mhasan
    @yt.mhasan Год назад +2

    great tutorial. I am wating for using ng17 in my new project soon.

  • @teejstroyer
    @teejstroyer Год назад +3

    I would love improvements for same file templates. I know you can do it. But I want the documentation to push it a bit more

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

    WOW, so we can use "Defer" features the same like "pop up html contents on scroll" right ?
    and "Loading" and "Placeholder" features for Skeleton Views ?
    Man this Angular 17 Updates is SO BIG, its like Angular with the best of Laravel and the best of React in it... its a compilation of the best things in Angular + best feature in Laravel + best feature in React
    As a Freelance fullstack developer, im really jumping like a madman right now, this is life changing, im 100% ONLY using Angular right now (and the new documentation pages is a huge plus too)

  • @omsunkoradji120
    @omsunkoradji120 11 месяцев назад +1

    Have an issue with SSR building. Built files looks the same like without SSR... SSR does not work? Plz show examples... thanx in advance

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

    Hi, nice explanation, please guide on how to use @for in nested loop.

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

    hi sir can we use *ngFor in old fashion also?
    I tested it, and it is working.

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

    If your site already uses Angular universal and you want the new ssr in version 17 would you personally make a brand new version 17 project and copy and paste your files across?

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

      I would always just generate latest version and copy all code there if it is possible. Normally it is not as you want to save git history for example.

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

    maybe you could make a video Angular vs React/Next.js as Angular interdocues so many interactive stuff..

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

    nice and usefull video as usual, thanks for sharing

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

    I am running the Angluar v15, Do you think it would be difficult to upgrade to v17 from v15 because of many changes of syntax ?

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

      Depends on your dependencies. If you have just plain Angular then not that difficult.

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

    Love your videos. Thanks

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

    Thanks for this video!

  • @ВладиславЦерковный

    How can I make the logic in my VSCode, starting with @if and similar constructs, highlight in a different color, rather than being plain white? Please advise.

  •  Год назад

    Good morning,
    Do you have a course to create an Angular17 and .net8 application with EF CORE user management?

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

    thanks a lot bro!

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

    Angular 17 new control flow stable or in developer preview ?

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

    i started working on angular project v15 can i upgrade to 17 please ?

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

    Great info, thanks

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

    hi iam using standolone componenets and i want to use scrollrevealjs but i dont know how i didnt find any documentation , they all giving solutions using modules

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  11 месяцев назад +1

      Unfortunately I don't have with custom problems of the students.

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

    why not just embrace jsx instead of the control flow syntax? I find templating syntaxes always leave stuff to be desired and wasted time learning framework specific syntax.

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

      Here in the Angular
      as far as i know the code should be doing all the preprocessing and just give the result for html to render.

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

      I agree. JSX is fully covered by TS by default but probably there are framework limitations which doesn't allow to embrace JSX.

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

      I hate jsx

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

      Defer is fantastic, you would not get that with jsx

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

      @@LarsRyeJeppesen yes you can. Pretty next even has a built in hook for it.

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

    What font are you using in your nvim config?

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

    THANKS A LOT!

  • @axi._.x4043
    @axi._.x4043 Год назад

    What is the name of the topic, you stick to your ide ?

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

    Nice!

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

    Is bro using vim?

  • @AriaMoradi-z1z
    @AriaMoradi-z1z Год назад

    thank youuu

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

    Angular signal is not stable, but it production ready for now

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

      Signal and computed are stable, and we'll make effect stable in v18.

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

      You are totally right. I didn't see that effect is still in developer preview.

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

      @@mgechev in version 18 effect will appear again in public api?

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

      @@kol4an721 that's the plan :)

  • @JohnDoe-eo9lc
    @JohnDoe-eo9lc Год назад

    This is a very sexy update

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

    Angular the worse UI framework, something new comes and breaks everything on upgrade...

    • @MonsterlessonsAcademy
      @MonsterlessonsAcademy  Год назад +4

      But realistically start from 10 or 12 it's much more stable than before.

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

    HTMX is on the way, no need to learn angular :)

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

      They are so different. It is fine to use HTMX for a small amount of Javascript without lots of business logic. As soon as you need that it becomes to complicated to support.

  • @OM-bs7of
    @OM-bs7of Год назад +1

    The control flow thing looks messy tbh. Good thing we aren't forced to use it!

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

      It depends. We are not forced on standalone also but if NgModules are optional and new projects don't contain NgModules people are using them less and less.

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

    “The angular documentation was difficult for beginners” I have been using angular for more than ten years, and I found the old documentation useless.

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

      They actually improved it in last years. At the beginning it was really useless.