Love it. One comment: at 17:35, we can use `ContentChild(CarMainContent, {read: TemplateRef}) carMainContent: TemplateRef` to read the TemplateRef token from the directive instead of having to declare/inject the TemplateRef in the Directive itself.
thanks for the video. Angular content projection is a very complicated stuff. I wish Angular could simplify it like react does. In React just put everything inside tags and receive everything with children property in component.
Cool explanation, liked it. That "obj" hint on 3min 06sec, left screen line 4: @Component(obj: { .... - what plugin do you use for that? (there are more examples, but I hope my questions makes sense) Thank you.
Brilliant video, I'm glad I clicked on this one first while searching for a vid. But what the hell, even such a small thing in the become sort of a mosnter. And at my work I have a HUGE component built with container ng content and containers. And it is a freaking mess to look at and maintain. I feel like McConaughey who fell into the black hole
Love it. One comment:
at 17:35, we can use `ContentChild(CarMainContent, {read: TemplateRef}) carMainContent: TemplateRef` to read the TemplateRef token from the directive instead of having to declare/inject the TemplateRef in the Directive itself.
Ohh yes! Thanks for pointing this out Chau 🙂
You are awesome, Profanis! 🥳! Please keep posting the videos. I'm checking your channel daily.
Thank you! Glad you like my content :)
Have been looking for this solution for a complete week, very helpful!!!!
Glad it helped!
Woohooo!!! New video!
Thank you man!
Hope you enjoyed it!
Thank you for the always helpful content! Have a great year!
Thanks a lot. Have a wonderful year 🎉
Super clear explanation. Thanks!
Glad you liked it 😊
Thank you!! this is very awesome
Glad you liked it! :)
Excellent, you are really a great teacher. Thank you and good health.
Thanks for your warm feedback. Glad you liked it :)
Thank you!! I´ve been learning a lot from your videos; very clear, explanatory and useful.
Glad you like them! :)
Awesome video - nice pace and a lot packed into such a great example and use case.
Glad you liked it Ady! :)
thanks for the video. Angular content projection is a very complicated stuff. I wish Angular could simplify it like react does. In React just put everything inside tags and receive everything with children property in component.
Thank you for this! It helped me a lot!
Wow.... so many concepts in one video. I loved it. Amazing... Subscribed and liked. 😀
Awesome! Thank you!
Clearly explained!
Thanks! Glad you liked it!
thanks for your contribution
magnific content the this video.
Thanks for your feedback. Glad you liked it!
Cool explanation, liked it.
That "obj" hint on 3min 06sec, left screen line 4: @Component(obj: { .... - what plugin do you use for that?
(there are more examples, but I hope my questions makes sense)
Thank you.
It's this setting in the settings.json file
"typescript.inlayHints.parameterNames.enabled": "all"
Brilliant video, I'm glad I clicked on this one first while searching for a vid. But what the hell, even such a small thing in the become sort of a mosnter. And at my work I have a HUGE component built with container ng content and containers. And it is a freaking mess to look at and maintain. I feel like McConaughey who fell into the black hole
thank you
Thanks bro
You are welcome :)
...Angular really seems to have the worst templating syntax for composition.
Wtf? You are using directive like normal component?