Archived
This commit is contained in:
@@ -21,7 +21,7 @@ export class TestComponent implements OnInit {
|
||||
}
|
||||
|
||||
onTest(Event) {
|
||||
let a = {"unread":"1"}
|
||||
const a = {"unread":"1"}
|
||||
this.store$.dispatch(new commonActions.NotificationEvent(a));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user