Skip to content

Commit e879e30

Browse files
committed
fix(icon): Fixes in icon service #5000
1 parent 3ef6c52 commit e879e30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/icon/icon.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ export class IgxIconService {
2525
private _svgContainer: HTMLElement;
2626
private _cachedSvgIcons: Set<string> = new Set<string>();
2727

28-
constructor(private _sanitizer: DomSanitizer,
29-
@Inject(DOCUMENT) private _document: any) { }
28+
constructor(private _sanitizer: DomSanitizer, @Inject(DOCUMENT) private _document: any) { }
3029

3130
/**
3231
* Returns the default font set.

0 commit comments

Comments
 (0)