
committed by
Victor Berchet

parent
60c0b178af
commit
dcf8840831
@ -23,5 +23,8 @@ export interface NgElementConstructor<T, P> {
|
||||
export declare type NgElementWithProps<T, P> = NgElement<T> & {
|
||||
[property in keyof
|
||||
|
||||
/** @experimental */
|
||||
export declare function registerAsCustomElements<T>(customElementComponents: Type<any>[], platformRef: PlatformRef, moduleFactory: NgModuleFactory<T>): Promise<NgModuleRef<T>>;
|
||||
|
||||
/** @experimental */
|
||||
export declare const VERSION: Version;
|
||||
|
Reference in New Issue
Block a user