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