Welcome to the March Meetup!
Our friend David Stanich has some cool stuff to share about creating custom elements with Angular Elements. Here's the description of the talk:
Create Reusable Custom Elements with Angular Elements
What if you could take the power of Angular components and export them to generic custom elements? Good news! Now you can with Angular Elements! In this session you will learn what custom elements are, how to install and configure Angular Elements, and see code examples of exporting Angular components into React and Vue.
Creating custom elements from your Angular components may have some nice benefits depending on your project. Some example use cases include:
• Using existing Angular components within another framework like React or Vue.
• Migrating from AngularJS to Angular can be done in pieces with Angular Elements.
• Embed custom elements on server side templating technologies like Jade or JSP.
Although Angular Elements is relatively new and still under development, what is available now is a very promising start to a more generic and open web