File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export interface MatChipInputEvent {
22
22
}
23
23
24
24
/**
25
- * Directive that adds chip-specific behaviors to an input element inside <mat-form-field>.
25
+ * Directive that adds chip-specific behaviors to an input element inside ` <mat-form-field>` .
26
26
* May be placed inside or outside of an `<mat-chip-list>`.
27
27
*/
28
28
@Directive ( {
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const _MatIconMixinBase = mixinColor(MatIconBase);
41
41
* `<mat-icon svgIcon="left-arrow"></mat-icon>
42
42
* <mat-icon svgIcon="animals:cat"></mat-icon>`
43
43
*
44
- * - Use a font ligature as an icon by putting the ligature text in the content of the <mat-icon>
44
+ * - Use a font ligature as an icon by putting the ligature text in the content of the ` <mat-icon>`
45
45
* component. By default the Material icons font is used as described at
46
46
* http://google.github.io/material-design-icons/#icon-font-for-the-web. You can specify an
47
47
* alternate font by setting the fontSet input to either the CSS class to apply to use the
You can’t perform that action at this time.
0 commit comments