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:
Pawel Kozlowski
2016-04-11 17:47:28 +02:00
parent b602bd8c83
commit f4e6994634
6 changed files with 146 additions and 0 deletions

View File

@ -66,6 +66,7 @@ var NG_COMMON = [
'NgFormControl',
'NgFormModel',
'NgIf',
'NgTemplateOutlet',
'NgModel',
'NgSelectOption',
'NgStyle',