We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da6af5 commit d2ef512Copy full SHA for d2ef512
packages/common/src/directives/ng_switch.ts
@@ -49,9 +49,6 @@ export class SwitchView {
49
* - Elements within the `[NgSwitch]` statement but outside of any `[NgSwitchCase]`
50
* or `[ngSwitchDefault]` directive are preserved at the location in the DOM.
51
*
52
- * @see `NgSwitchCase`
53
- * @see `NgSwitchDefault`
54
- *
55
* @UsageNotes
56
* Define a container element for the directive, and specify the switch expression
57
* to match against as an attribute:
@@ -101,6 +98,9 @@ export class SwitchView {
101
98
* </container-element>
102
99
* ```
103
100
+ * @see `NgSwitchCase`
+ * @see `NgSwitchDefault`
+ *
104
*/
105
@Directive({selector: '[ngSwitch]'})
106
export class NgSwitch {
0 commit comments