Using Angular Elements - Why and How? - Part 2

added by JavaScript Kicks
4/22/2019 9:33:45 AM

709 Views

Back in Part 1, you saw how to use Angular Elements in order to turn a regular Angular Component into a standalone element. This means that I don't need to import that component inside the Angular App, I can just add it anywhere I want as a single script file, and it would still work.


0 comments