feat(NgTemplateOutlet): add NgTemplateOutlet directive
This commits adds a new NgTemplateOutlet directive that can be used to create embeded views from a supplied TemplateRef. Closes #7615 Closes #8021
This commit is contained in:
@ -736,6 +736,9 @@ const COMMON = [
|
||||
'NgIf',
|
||||
'NgIf.constructor(_viewContainer:ViewContainerRef, _templateRef:TemplateRef)',
|
||||
'NgIf.ngIf=(newCondition:any)',
|
||||
'NgTemplateOutlet',
|
||||
'NgTemplateOutlet.constructor(_viewContainerRef:ViewContainerRef)',
|
||||
'NgTemplateOutlet.ngTemplateOutlet=(templateRef:TemplateRef)',
|
||||
'NgLocalization',
|
||||
'NgLocalization.getPluralCategory(value:any):string',
|
||||
'NgModel',
|
||||
|
Reference in New Issue
Block a user