feat(common): mark NgTemplateOutlet API as stable

This commit is contained in:
Pawel Kozlowski
2017-08-09 14:29:17 +02:00
committed by Hans
parent 64b4be9670
commit 0a73e8d062
2 changed files with 3 additions and 3 deletions

View File

@ -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>;