File tree 1 file changed +4
-4
lines changed
packages/core/src/metadata
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -424,17 +424,17 @@ export interface ComponentDecorator {
424
424
*
425
425
* ```html
426
426
* <a>Spaces</a>&ngsp;<a>between</a>&ngsp;<a>links.</a>
427
- * <!--> compiled to be equivalent to:</>
428
- * <a>Spaces</a> <a>between</a> <a>links.</a>
427
+ * <!-- compiled to be equivalent to:
428
+ * <a>Spaces</a> <a>between</a> <a>links.</a> -->
429
429
* ```
430
430
*
431
431
* Note that sequences of `&ngsp;` are still collapsed to just one space character when
432
432
* the `preserveWhitespaces` option is set to `false`.
433
433
*
434
434
* ```html
435
435
* <a>before</a>&ngsp;&ngsp;&ngsp;<a>after</a>
436
- * <!--> compiled to be equivalent to:</>
437
- * <a>Spaces </a> <a>between </a> <a>links.</a >
436
+ * <!-- compiled to be equivalent to:
437
+ * <a>before </a> <a>after </a> -- >
438
438
* ```
439
439
*
440
440
* To preserve sequences of whitespace characters, use the
You can’t perform that action at this time.
0 commit comments