Source
NgSwitchDefault(ViewContainerRef viewContainer, TemplateRef templateRef, @Host() NgSwitch sswitch) { sswitch._registerView( _WHEN_DEFAULT, new SwitchView(viewContainer, templateRef)); }
NgSwitchDefault(ViewContainerRef viewContainer, TemplateRef templateRef, @Host() NgSwitch sswitch) { sswitch._registerView( _WHEN_DEFAULT, new SwitchView(viewContainer, templateRef)); }