src/app/materials/notification/notification.component.ts
selector | app-notification |
styleUrls | ./notification.component.scss |
templateUrl | ./notification.component.html |
Properties |
Methods |
constructor(_notification: NotificationService)
|
||||||
Parameters :
|
clear |
clear()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
show |
show()
|
Returns :
void
|
success |
success()
|
Returns :
void
|
warn |
warn()
|
Returns :
void
|
duration |
Type : number
|
Default value : 3000
|
message |
Type : string
|
Default value : '测试消息'
|
position |
Type : any
|
title |
Type : string
|
Default value : '测试标题'
|
type |
Type : string
|
./notification.component.scss