UNPKG
ngx-msg
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
Angular notification component
github.com/kekeh/ngx-msg
kekeh/ngx-msg
ngx-msg
/
src
/
services
/
ngx-msg-config.service.d.ts
7 lines
(6 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
INgxMsgOptions
}
from
"../interfaces/ngx-msg-options.interface"
;
export
declare
class
NgxMsgConfigService
implements
INgxMsgOptions
{
position
:
number
;
visibleTime
:
number
;
closeOnClick
:
boolean
; }