How to mix Angular Elements with the “ng g library” approach?
问题 As you know, the "ng g library" approach helps us with the creation of libraries of reusable components. But what if I wanted those components to be compiled into web components... through the support of Angular Elements? Not only that but also that each component from the lib was to be compiled into its own folder or JS file. How to configure a dev environment that would allow me to achieve that? For example: If I create a Lib and add a custom component, I know that I can compile it,