MCPcopy Create free account
hub / github.com/angular/components / fontIcon

Method fontIcon

src/material/icon/icon.ts:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 /** Name of an icon within a font set. */
211 @Input()
212 get fontIcon(): string {
213 return this._fontIcon;
214 }
215 set fontIcon(value: string) {
216 const newValue = this._cleanupFontValue(value);
217

Callers

nothing calls this directly

Calls 2

_cleanupFontValueMethod · 0.95

Tested by

no test coverage detected