NgSwitchCase
directive
Creates a view that will be added/removed from the parent NgSwitch
when the given expression evaluate to respectively the same/different value as the switch expression.
NgModule
Selectors
Properties
Property | Description |
---|---|
@Input()ngSwitchCase: any |
Description
Insert the sub-tree when the expression evaluates to the same value as the enclosing switch expression.
If multiple match expressions match the switch expression value, all of them are displayed.
See NgSwitch
for more details and example.
<container-element [ngSwitch]="switch_expression"> <some-element *ngSwitchCase="match_expression_1">...</some-element> </container-element>
Methods
ngDoCheck() |
---|
|
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/common/NgSwitchCase