feat(common): mark NgTemplateOutlet API as stable
This commit is contained in:
2
tools/public_api_guard/common/common.d.ts
vendored
2
tools/public_api_guard/common/common.d.ts
vendored
@ -240,7 +240,7 @@ export declare class NgSwitchDefault {
|
||||
constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef<Object>, ngSwitch: NgSwitch);
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
/** @stable */
|
||||
export declare class NgTemplateOutlet implements OnChanges {
|
||||
/** @deprecated */ ngOutletContext: Object;
|
||||
ngTemplateOutlet: TemplateRef<any>;
|
||||
|
Reference in New Issue
Block a user