feat(common): mark NgTemplateOutlet API as stable
This commit is contained in:
@ -30,7 +30,7 @@ import {Directive, EmbeddedViewRef, Input, OnChanges, SimpleChange, SimpleChange
|
||||
*
|
||||
* {@example common/ngTemplateOutlet/ts/module.ts region='NgTemplateOutlet'}
|
||||
*
|
||||
* @experimental
|
||||
* @stable
|
||||
*/
|
||||
@Directive({selector: '[ngTemplateOutlet]'})
|
||||
export class NgTemplateOutlet implements OnChanges {
|
||||
@ -72,7 +72,7 @@ export class NgTemplateOutlet implements OnChanges {
|
||||
* - templateRef has changed
|
||||
* - context has changes
|
||||
*
|
||||
* To mark context object as changed when the corresponding object
|
||||
* We mark context object as changed when the corresponding object
|
||||
* shape changes (new properties are added or existing properties are removed).
|
||||
* In other words we consider context with the same properties as "the same" even
|
||||
* if object reference changes (see https://github.com/angular/angular/issues/13407).
|
||||
|
Reference in New Issue
Block a user