项目初始化
This commit is contained in:
10
src/app/layout/pro/components/notify/notify.component.html
Normal file
10
src/app/layout/pro/components/notify/notify.component.html
Normal file
@ -0,0 +1,10 @@
|
||||
<notice-icon
|
||||
btnClass="alain-pro__header-item"
|
||||
btnIconClass="alain-pro__header-item-icon"
|
||||
[data]="data"
|
||||
[count]="count"
|
||||
[loading]="loading"
|
||||
(select)="select($event)"
|
||||
(clear)="clear($event)"
|
||||
(popoverVisibleChange)="loadData()"
|
||||
></notice-icon>
|
||||
Reference in New Issue
Block a user