Advanced Angular Elements
Video Statistics and Information
Channel: Fireship
Views: 55,020
Rating: 4.9375 out of 5
Keywords: angular, firebase, webdev, app development, typescript, javascript, lesson, tutorial, angular 7, angular elements, web compnents, custom elements, shadow DOM, angular shadow dom, angular web components, polymer, stencil, lit-element
Id: ujaMvl5M8nY
Channel Id: undefined
Length: 11min 45sec (705 seconds)
Published: Thu Dec 06 2018
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Thank you for this nice overview.
Why do you prefer using your own calculation on element visibility instead of using the IntersectionObserver API?
When you record the video do you write out the code then delete it section by section then keyboard shortcut undo as you talk about it?
Awesome video! I'd love to see a video similar to this one going in more details about the use of slots. Also, why even use slots when Angular has things like
ng-container
, which also lets us pass a context to it:Not sure how to do that with slots...