export directive NgSwitchDefault
export directive NgSwitchDefault
exported from angular2/common defined in angular2/src/common/directives/ng_switch.ts (line 188)
Default case statements are displayed when no match expression matches the switch expression value.
See NgSwitch
for more details and example.
Selectors
[ngSwitchDefault]
Constructor
constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef, sswitch: NgSwitch)
constructor(viewContainer: ViewContainerRef, templateRef: TemplateRef, sswitch: NgSwitch)
Not Yet Documented