The @angular-extensions/elements is the easiest way to lazy load Angular Elements or any other web components in your Angular application!
npm i @angular-extensions/elements
import { LazyElementsModule } from '@angular-extensions/elements';
LazyElementsModule
to the imports: []
of your AppModule
schemas: []
property with CUSTOM_ELEMENTS_SCHEMA
value to @NgModule
decorator of your AppModule
axLazyElement
directive on an element you wish to load and pass in the url of the element bundle