Skip to content

Instantly share code, notes, and snippets.

View Fafnur's full-sized avatar
🅰️
Angularity

Aleksandr Serenko Fafnur

🅰️
Angularity
View GitHub Profile
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({})