👉 To try everything Brilliant has to offer for free for a full 30 days, visit brilliant.org/DecodedFrontend You’ll also get 20% off an annual premium subscription.
Hello sir, could you please upload your advance reactive form course on udemy, i want to register as I have access of udemy. I request if it possible , please do it... thank you!
You're the only Angular content creator that is worth his salt. You have helped me SO much in the many years I work on Angular. I'm still a bit of a tosser, but without you my projects would be an absolute mess.
Added to learning queue. I am trying to learn many of your topics. I was struggling a lot to enhance my angular skills. Congrats on making advanced topics easy to understand. 👏👏
Was a big fan of your structural directive and ngTemplate/Outlet series! And now ng-content, just in time for the new default ng-content slot in Angular 18. Thanks for making such high quality content for free Dmytro
The content re-projection part is really sick, I have only been able to re-project with ng-content (no selector) until today I learn that ngProjectAs can be used to persist the selector to lower layer 😮
That's great to hear :) When I did a research for this video, I was surprised that this topic about ngProjectAs didn't get enough attention. P.S. Thank you so much for this detailed feedback. Much appreciate it ;)
Thanks for the well thought out material. I think that a clear understanding of content projection is essential for making dynamic reusable components.
why you are so kind and so smart so brilliant? I really really really appreciate it for these video i hope you achieve everything you want i always pray for you
i have clear one thing on each video you upload, you're the angular's master, the closing part of the video was brutal, thanks, i send you a big huge from colombia
Would you be able to access re-projected content programmatically? For example, can you access the projected content from the AppComponent in the ButtonComponent via ContentChildren or ContentChild?
Thank you for the detailed ng-content video. Always learn smth new from your videos. In current one it was - the re-projection tricks and using a directive for getting a reference to a template. Thanks.
I've seen your other video about NgTemplateOutlet. Very informative and thank you for that. My main confusion is: when to use a defined template with ngTemplateOutlet and when to use ngContent. I know the relationship of ngContent is a parent child and the TOutlet doesn't have that kind of relation. But when do I use ngContent over the ngtemplateoutlet when reasoning about a such problems? What is the distinct statement for: OH, now I have to use ngContent... or oh, now I have to use ngTemplOutlet?
Content projection in Angular 18 seems a bit more sophisticated than that of React. Slots are a great pattern, I wish we could have a dedicated slot keyword for this sorta stuff. Using classes as identifier would be a mistake too.
Thanks for your comment! Well, if it is a small & non-critical project, then you can relatively easily migrate to Zone-less to try it out. For bigger and more important projects, I would wait a little bit because (as it was mentioned above) it is still an experiment phase. However, in the long run (e.g., 1 year), I would definitely set the goal to become zoneless. Just don't hurry up. The benefits of Zoneless apps are big but not so big to start migration ASAP with a risk of breaking the app :)
I want you to make videos on below topics as your explanation is Top notch. 1. Performance optimization techniques for Large scale applications 2. How to migrate to Angular 17 from any version for eg. 11
👉 To try everything Brilliant has to offer for free for a full 30 days, visit brilliant.org/DecodedFrontend
You’ll also get 20% off an annual premium subscription.
Hello sir, could you please upload your advance reactive form course on udemy, i want to register as I have access of udemy. I request if it possible , please do it... thank you!
The best educational content on the Angular framework on UA-cam
Thank you, Syimyk! I appreciate your feedback 🙌🏻
You're the only Angular content creator that is worth his salt. You have helped me SO much in the many years I work on Angular. I'm still a bit of a tosser, but without you my projects would be an absolute mess.
Added to learning queue. I am trying to learn many of your topics. I was struggling a lot to enhance my angular skills. Congrats on making advanced topics easy to understand. 👏👏
I am so happy to hear that; thank you! There are more to come ;)
Already knew most of what was explained, but what was important is the "why" it is done. Great content as usual.
Thanks, Pedro! I appreciate your feedback.
Was a big fan of your structural directive and ngTemplate/Outlet series! And now ng-content, just in time for the new default ng-content slot in Angular 18.
Thanks for making such high quality content for free Dmytro
The content re-projection part is really sick, I have only been able to re-project with ng-content (no selector) until today I learn that ngProjectAs can be used to persist the selector to lower layer 😮
That's great to hear :) When I did a research for this video, I was surprised that this topic about ngProjectAs didn't get enough attention.
P.S. Thank you so much for this detailed feedback. Much appreciate it ;)
Thank you, your videos on Angular are the best.
Thanks, Dmytro. As usual, your explanation is amazing!
Thanks for the well thought out material. I think that a clear understanding of content projection is essential for making dynamic reusable components.
You could consider making a course about angular cdk. thanks for video!
Thanks for this great idea 🙌
The conditional component projection is just what I was looking for today!! I am working on my custom components library! Thanks!!!
thank you for keeping posting high quality content on Angular!
why you are so kind and so smart so brilliant?
I really really really appreciate it for these video
i hope you achieve everything you want
i always pray for you
Thanks, i was looking for this content today.
i have clear one thing on each video you upload, you're the angular's master, the closing part of the video was brutal, thanks, i send you a big huge from colombia
You are my favorite ref for learning Angular, thanks you really !
Very informative 👍 I never thought of different variations or scenarios in content projection. Thanks for sharing.
Would you be able to access re-projected content programmatically? For example, can you access the projected content from the AppComponent in the ButtonComponent via ContentChildren or ContentChild?
Thank you for the detailed ng-content video. Always learn smth new from your videos. In current one it was - the re-projection tricks and using a directive for getting a reference to a template. Thanks.
Fabulous material. Thanks.
That is a very nice explanation of ng-content! Thank you!
Very useful, thanks once again for these amazing contents
My pleasure!
Excelent explanation! thanks!
Really cool video, second part especially! Many thanks👌
Glad to hear that because I was actually in doubt if I should cut the part with conditional content projection to make video shorter :D
@@DecodedFrontend definitely no!
Thanks for the video. It's very informative 👏
Thanks for another useful video, Dmytro) always learn something interesting and helpful
I really appreciate your work , thanks :)
I've seen your other video about NgTemplateOutlet. Very informative and thank you for that. My main confusion is: when to use a defined template with ngTemplateOutlet and when to use ngContent. I know the relationship of ngContent is a parent child and the TOutlet doesn't have that kind of relation. But when do I use ngContent over the ngtemplateoutlet when reasoning about a such problems? What is the distinct statement for: OH, now I have to use ngContent... or oh, now I have to use ngTemplOutlet?
Well..., posted this at 15min. And my question answered at 20min.
Thnx!
Gracias! Muy bien!
The content shared in this video about content projection is a course in itself :)
thank you!
Content projection in Angular 18 seems a bit more sophisticated than that of React. Slots are a great pattern, I wish we could have a dedicated slot keyword for this sorta stuff. Using classes as identifier would be a mistake too.
Hi thank you for the content. My question is should i convert my production app to zoneless is it recommended?
It's still in an experimental phase, I would suggest you wait.
Thanks for your comment! Well, if it is a small & non-critical project, then you can relatively easily migrate to Zone-less to try it out. For bigger and more important projects, I would wait a little bit because (as it was mentioned above) it is still an experiment phase. However, in the long run (e.g., 1 year), I would definitely set the goal to become zoneless. Just don't hurry up. The benefits of Zoneless apps are big but not so big to start migration ASAP with a risk of breaking the app :)
Thank you so much!
I want you to make videos on below topics as your explanation is Top notch.
1. Performance optimization techniques for Large scale applications
2. How to migrate to Angular 17 from any version for eg. 11
love your content.
Glad to hear that! Thank you 😊
Amazing content... ng-content :)
😁 thank you :)
Dmytro back at it like a bad habbit 🎉😂
Also there are some some bugs with angular--ssr and ng-content that the page will not render unless, the ng-content is whitin a @defer selector
Best! Best!!
Great
the only one thing that prevent ppl to understand ur explanation is they dont know english 😂
Thank you - Great video with a good overview! Angular is so much ahead of React.
Thanks for your feedback. Angular is awesome!
Again amazing content! Thank you!