
Infragistics Blog post for creating reusable Angular components.
Angular Elements allow developers to create reusable Angular components, which can be used outside of the Angular application. You can use an Angular Element in any other application such as normal HTML, React, etc. Essentially, Angular Elements are normal components, which are packaged as Custom Elements.
This blog post from Infragistics takes you through this process step by step.