NgElementConstructor
基于 Angular 组件的类构造函数的原型,该原型可用于自定义元素注册。由 createCustomElement() 函数 实现并返回。
Prototype for a class constructor based on an Angular component that can be used for custom element registration. Implemented and returned by the createCustomElement() function.
interface NgElementConstructor<P> {
observedAttributes: string[]
new (injector?: Injector): NgElement & WithProperties<P>
}
参见
属性
方法
初始化构造函数实例。 Initializes a constructor instance. | |||
参数
返回值
|