feat(NgTemplateOutlet): add context to NgTemplateOutlet

Closes #9042
This commit is contained in:
Shlomi Assaf
2016-06-06 19:03:32 +03:00
committed by Misko Hevery
parent 4ed6cf7519
commit 164a091c71
3 changed files with 118 additions and 8 deletions

View File

@ -988,6 +988,7 @@ const COMMON = [
'NgSwitchDefault.constructor(viewContainer:ViewContainerRef, templateRef:TemplateRef<Object>, sswitch:NgSwitch)',
'NgTemplateOutlet',
'NgTemplateOutlet.constructor(_viewContainerRef:ViewContainerRef)',
'NgTemplateOutlet.ngOutletContext=(context:Object)',
'NgTemplateOutlet.ngTemplateOutlet=(templateRef:TemplateRef<Object>)',
'PathLocationStrategy',
'PathLocationStrategy.back():void',