文件名称:elements:轻松加载Angular Elements(或任何其他Web组件自定义元素)!
文件大小:648KB
文件格式:ZIP
更新时间:2024-02-21 01:17:58
angular web-components custom-elements lazy-loading micro-frontends
角形延伸元件 在Angular应用程序中延迟加载Angular Elements或任何其他Web组件的最简单方法! 通过 文献资料 快速开始 在npm i @angular-extensions/elements安装npm i @angular-extensions/elements import { LazyElementsModule } from '@angular-extensions/elements';添加import { LazyElementsModule } from '@angular-extensions/elements'; 追加LazyElementsModule至imports: []你的AppModule 向您的AppModule @NgModule装饰器添加新的schemas: []属性(具有CUSTOM_ELEMENTS_SCHEMA值) 在要加载的元素上使用*axLazyElement指令,并传入元素包的url 模块实现示例... import { NgModule , CUSTOM_ELEMENTS_SCHEMA } from '@a