UNPKG

white-ui-kit

Version:

Модуль компонентов UI Имя модуля: `white-ui-kit`

10 lines (8 loc) 254 B
import { Component } from '@angular/core'; // Компонент, спрайт SVG иконок @Component({ selector: 'hit-svg', templateUrl: './hit-svg.component.html', styleUrls: ['./hit-svg.component.scss'], }) export class HitSvgComponent {}