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

Method fontSet

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

Source from the content-addressed store, hash-verified

195 /** Font set that the icon is a part of. */
196 @Input()
197 get fontSet(): string {
198 return this._fontSet;
199 }
200 set fontSet(value: string) {
201 const newValue = this._cleanupFontValue(value);
202

Callers

nothing calls this directly

Calls 2

_cleanupFontValueMethod · 0.95

Tested by

no test coverage detected