parent
152293d3cf
commit
e5d2853070
|
@ -36,9 +36,7 @@ export class SwitchView {
|
|||
/**
|
||||
* @ngModule CommonModule
|
||||
*
|
||||
* @description A structural directive that adds or removes templates (displaying or hiding views)
|
||||
* when the next match expression matches the switch expression.
|
||||
*
|
||||
* @description
|
||||
* The `[ngSwitch]` directive on a container specifies an expression to match against.
|
||||
* The expressions to match are provided by `ngSwitchCase` directives on views within the container.
|
||||
* - Every view that matches is rendered.
|
||||
|
|
Loading…
Reference in New Issue