ComponentKeyOf
ComponentKeyOf<
Cfg> = keyofTypesOf<Cfg> |Type<any> |LazyImport<any>
Defined in: projects/view-angular/lib/util/typed-field-component-pipe.ts:75
可用的组件标识: 配置里注册的类型 key, 直接传组件类, 或者直接传懒加载函数
Type Parameters
Section titled “Type Parameters”Cfg