File tree 1 file changed +6
-6
lines changed
packages/common/src/directives
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ export class SwitchView {
49
49
* - Elements within the `[NgSwitch]` statement but outside of any `[NgSwitchCase]`
50
50
* or `[ngSwitchDefault]` directive are preserved at the location in the DOM.
51
51
*
52
- * @see NgSwitchCase
53
- * @see NgSwitchDefault
52
+ * @see ` NgSwitchCase`
53
+ * @see ` NgSwitchDefault`
54
54
*
55
55
* @UsageNotes
56
56
* Define a container element for the directive, and specify the switch expression
@@ -181,8 +181,8 @@ export class NgSwitch {
181
181
* that defines the subtree to be selected if the value of the match expression
182
182
* is the same as the value of the switch expression.
183
183
*
184
- * @see NgSwitch
185
- * @see NgSwitchDefault
184
+ * @see ` NgSwitch`
185
+ * @see ` NgSwitchDefault`
186
186
*
187
187
*/
188
188
@Directive ( { selector : '[ngSwitchCase]' } )
@@ -219,8 +219,8 @@ export class NgSwitchCase implements DoCheck {
219
219
* When no preceding case matches, the switch inserts the view subtree
220
220
* defined in this default case into the DOM.
221
221
*
222
- * @see NgSwitch
223
- * @see NgSwitchCase
222
+ * @see ` NgSwitch`
223
+ * @see ` NgSwitchCase`
224
224
*
225
225
*/
226
226
@Directive ( { selector : '[ngSwitchDefault]' } )
You can’t perform that action at this time.
0 commit comments