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
/
tokens
/
popup.token.ts
8 lines
(5 loc)
•
287 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
InjectionToken
}
from
'@angular/core'
;
// Токен конфигурации окна
export
const
POPUP_CONFIG
=
new
InjectionToken
<
any
>(
'popup-config'
);
// Токен источника данных окна
export
const
POPUP_DATA
=
new
InjectionToken
<
any
>(
'popup-data'
);