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

Method _usingFontIcon

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

Source from the content-addressed store, hash-verified

320 }
321
322 _usingFontIcon(): boolean {
323 return !this.svgIcon;
324 }
325
326 private _setSvgElement(svg: SVGElement) {
327 this._clearSvgElement();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected