Your teaching style is outstanding! I've learned so much from your tutorials. I wanted to suggest creating content on paginated dropdowns and more complex form entries, including validations and steppers. I think these topics would greatly benefit the community, and I'm sure you'd do an amazing job explaining them!
Hey Rafi, thanks for your kind words! I'm glad you like the style :) And those are very useful suggestions. I'll definitely be covering some of them in the near future :)
Well, some security is handled by Angular out of the box. But I havent worked with it that much - if you need you can try out the official Angular docs, their docs have a good guide on how to handle XSS attacks and other vulnerabilities.
Hi! great video, but the scroll event dont attach to the page scroll, it´s only fire OnInit so it´s do not work... I dont know what i am doing wrong...
@@Neotrixstdr Good that it works. But be careful, afterRender is called whenever the view is updated in Angular. So you might have multiple scroll handlers. ngOnInit should work just fine - even with SSR - because it will be called when the client app initializes.
@@ZoaibKhan Yes, thanks. My test App have too provideExperimentalZonelessChangeDetection... i have try in the most complicated project 😁. Thanks for your help!
Your teaching style is outstanding! I've learned so much from your tutorials. I wanted to suggest creating content on paginated dropdowns and more complex form entries, including validations and steppers. I think these topics would greatly benefit the community, and I'm sure you'd do an amazing job explaining them!
Hey Rafi, thanks for your kind words! I'm glad you like the style :) And those are very useful suggestions. I'll definitely be covering some of them in the near future :)
Thanks for this amazing tutorial, I was actually trying to implement sticky navbar
Please do a tutorial on SSR app with SEO integration
You're welcome 😊 I've noted your suggestion! Thanks for the comment
Can you make videos on how to handle Web security in angular like xss attack, csrf
Well, some security is handled by Angular out of the box. But I havent worked with it that much - if you need you can try out the official Angular docs, their docs have a good guide on how to handle XSS attacks and other vulnerabilities.
Hi! great video, but the scroll event dont attach to the page scroll, it´s only fire OnInit so it´s do not work... I dont know what i am doing wrong...
Can you share your component code so I can see?
Forget it! my App has SSR, so if i callscroll from hook afterRender, it´s work. Thanks!
@@Neotrixstdr Good that it works. But be careful, afterRender is called whenever the view is updated in Angular. So you might have multiple scroll handlers. ngOnInit should work just fine - even with SSR - because it will be called when the client app initializes.
@@ZoaibKhan Yes, thanks. My test App have too provideExperimentalZonelessChangeDetection... i have try in the most complicated project 😁. Thanks for your help!
@@Neotrixstdr no problem 🙂
Totally confused today. What is that host: {} saw it first time, what is it.
It is just another way of adding Host listeners. More detail in the docs.
angular.dev/guide/components/host-elements#
@@ZoaibKhan Thank you
First comment.
👏👏👏😊