Pascal Precht - Angular Elements
Video Statistics and Information
Channel: NG - BE
Views: 5,545
Rating: 4.8651686 out of 5
Keywords: angular, ngbe, conference, web, elements, webcomponents, javascript, typescript
Id: Hi2lRWUDuHA
Channel Id: undefined
Length: 33min 39sec (2019 seconds)
Published: Fri Dec 15 2017
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Very cool. I see that the components are initialized asynchronously - would this work if the selectors were done in
$(document).ready()
or theonload
on the body tag? (Assuming ng components are being added to an older app)This is super cool! I would love to play with it but I am not sure how. Does anyone know what we need to do to get angular/elements working?
I know that there is a labs/elements branch on the Angular github project. Do I have to clone that, build the entire Angular project, and import the result into my test application?