This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Injectable } from '@angular/core'; | |
import { MatIconRegistry } from '@angular/material/icon'; | |
import { DomSanitizer } from '@angular/platform-browser'; | |
/** | |
* Service for creating custom svg icons using Angular Material icons. | |
* | |
* @example | |
* // Add service on constructor on your component. On constructor call method add. | |
* @Component({}) |