refactor(NgTemplateOutlet): simplify implementation (#10492)
This commit is contained in:

committed by
Alex Rickabaugh

parent
8b18ef4ba2
commit
ce5ba80792
3
tools/public_api_guard/common/index.d.ts
vendored
3
tools/public_api_guard/common/index.d.ts
vendored
@ -489,10 +489,11 @@ export declare class NgSwitchDefault {
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
export declare class NgTemplateOutlet {
|
||||
export declare class NgTemplateOutlet implements OnChanges {
|
||||
ngOutletContext: Object;
|
||||
ngTemplateOutlet: TemplateRef<Object>;
|
||||
constructor(_viewContainerRef: ViewContainerRef);
|
||||
ngOnChanges(): void;
|
||||
}
|
||||
|
||||
/** @stable */
|
||||
|
Reference in New Issue
Block a user