From 32b956d9c36e161585342fb9defd412dea854ef6 Mon Sep 17 00:00:00 2001 From: Juliano Date: Thu, 25 Jan 2018 22:21:54 -0200 Subject: [PATCH] build: fix remaining unescaped html tags --- src/lib/chips/chip-input.ts | 2 +- src/lib/icon/icon.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/chips/chip-input.ts b/src/lib/chips/chip-input.ts index b6a10097e371..a048bb74642b 100644 --- a/src/lib/chips/chip-input.ts +++ b/src/lib/chips/chip-input.ts @@ -22,7 +22,7 @@ export interface MatChipInputEvent { } /** - * Directive that adds chip-specific behaviors to an input element inside . + * Directive that adds chip-specific behaviors to an input element inside ``. * May be placed inside or outside of an ``. */ @Directive({ diff --git a/src/lib/icon/icon.ts b/src/lib/icon/icon.ts index 9354463b76d8..3caba677e6ce 100644 --- a/src/lib/icon/icon.ts +++ b/src/lib/icon/icon.ts @@ -41,7 +41,7 @@ export const _MatIconMixinBase = mixinColor(MatIconBase); * ` * ` * - * - Use a font ligature as an icon by putting the ligature text in the content of the + * - Use a font ligature as an icon by putting the ligature text in the content of the `` * component. By default the Material icons font is used as described at * http://google.github.io/material-design-icons/#icon-font-for-the-web. You can specify an * alternate font by setting the fontSet input to either the CSS class to apply to use the