docs(common): fix typo in ngSwitch directive description (#30483)
PR Close #30483
This commit is contained in:
parent
671f64324b
commit
0b23adca80
|
@ -98,7 +98,7 @@ export class SwitchView {
|
||||||
* @publicApi
|
* @publicApi
|
||||||
* @see `NgSwitchCase`
|
* @see `NgSwitchCase`
|
||||||
* @see `NgSwitchDefault`
|
* @see `NgSwitchDefault`
|
||||||
* @see [Stuctural Directives](guide/structural-directives)
|
* @see [Structural Directives](guide/structural-directives)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@Directive({selector: '[ngSwitch]'})
|
@Directive({selector: '[ngSwitch]'})
|
||||||
|
|
Loading…
Reference in New Issue