UNPKG
white-ui-kit
Version:
latest (1.2.10)
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.0.0
Модуль компонентов UI Имя модуля: `white-ui-kit`
white-ui-kit
/
components
/
hit-button
/
hit-button.component.ts
10 lines
(8 loc)
•
231 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { Component } from
'@angular/core'
;
//
Кнопка
@Component
({ selector:
'[hit-button]'
, templateUrl:
'./hit-button.component.html'
, styleUrls: [
'./hit-button.component.scss'
], }) export
class
HitButtonComponent
{}