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:
@ -66,6 +66,7 @@ var NG_COMMON = [
|
||||
'NgFormControl',
|
||||
'NgFormModel',
|
||||
'NgIf',
|
||||
'NgTemplateOutlet',
|
||||
'NgModel',
|
||||
'NgSelectOption',
|
||||
'NgStyle',
|
||||
|
Reference in New Issue
Block a user