📝 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
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)
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?
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.
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
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.
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.
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.
WATCH NEXT: Angular Unit Testing Course - All That You Need to Know About Testing - ruclips.net/video/bv9z_UfSqgM/видео.htmlsi=WVzOWtdQUZWEbqsz
Great timing. I’m horrible with testing, thank you!
📝 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
Angular proved its awesomeness once again.
Yeap
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.
Welcome aboard!
Really wonderful video on Angular 17 features. Thank you and have a nice day and good health.
Thanks!
great tutorial. I am wating for using ng17 in my new project soon.
Best of luck!
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
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)
Yeap, it's great for performance
Have an issue with SSR building. Built files looks the same like without SSR... SSR does not work? Plz show examples... thanx in advance
Hi, nice explanation, please guide on how to use @for in nested loop.
I will add it in the list of ideas
hi sir can we use *ngFor in old fashion also?
I tested it, and it is working.
Yes you can. It is not a replacement for ngif
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?
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.
maybe you could make a video Angular vs React/Next.js as Angular interdocues so many interactive stuff..
I will add it to the list of ideas
nice and usefull video as usual, thanks for sharing
You are welcome!
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 ?
Depends on your dependencies. If you have just plain Angular then not that difficult.
Love your videos. Thanks
Thanks for watching!
Thanks for this video!
My pleasure!
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.
No idea for now. Probably it will be improved later
@@MonsterlessonsAcademy thank you)
Good morning,
Do you have a course to create an Angular17 and .net8 application with EF CORE user management?
No I don't
thanks a lot bro!
You're welcome!
Angular 17 new control flow stable or in developer preview ?
Dev preview
i started working on angular project v15 can i upgrade to 17 please ?
Sure why not?
Great info, thanks
Glad it was helpful!
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
Unfortunately I don't have with custom problems of the students.
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.
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.
I agree. JSX is fully covered by TS by default but probably there are framework limitations which doesn't allow to embrace JSX.
I hate jsx
Defer is fantastic, you would not get that with jsx
@@LarsRyeJeppesen yes you can. Pretty next even has a built in hook for it.
What font are you using in your nvim config?
It's monaco
THANKS A LOT!
You're welcome!
What is the name of the topic, you stick to your ide ?
I don't understand your question.
Nice!
Thanks!
Is bro using vim?
Yes
thank youuu
You're welcome!
Angular signal is not stable, but it production ready for now
Signal and computed are stable, and we'll make effect stable in v18.
You are totally right. I didn't see that effect is still in developer preview.
@@mgechev in version 18 effect will appear again in public api?
@@kol4an721 that's the plan :)
This is a very sexy update
Yeap!
Angular the worse UI framework, something new comes and breaks everything on upgrade...
But realistically start from 10 or 12 it's much more stable than before.
HTMX is on the way, no need to learn angular :)
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.
The control flow thing looks messy tbh. Good thing we aren't forced to use it!
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.
“The angular documentation was difficult for beginners” I have been using angular for more than ten years, and I found the old documentation useless.
They actually improved it in last years. At the beginning it was really useless.