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/elementsimport { LazyElementsModule } from '@angular-extensions/elements';LazyElementsModule to the imports: [] of your AppModuleschemas: [] property with CUSTOM_ELEMENTS_SCHEMA value to @NgModule decorator of your AppModuleaxLazyElement directive on an element you wish to load and pass in the url of the element bundle 