We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef6c52 commit e879e30Copy full SHA for e879e30
projects/igniteui-angular/src/lib/icon/icon.service.ts
@@ -25,8 +25,7 @@ export class IgxIconService {
25
private _svgContainer: HTMLElement;
26
private _cachedSvgIcons: Set<string> = new Set<string>();
27
28
- constructor(private _sanitizer: DomSanitizer,
29
- @Inject(DOCUMENT) private _document: any) { }
+ constructor(private _sanitizer: DomSanitizer, @Inject(DOCUMENT) private _document: any) { }
30
31
/**
32
* Returns the default font set.
0 commit comments