mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-15 06:06:35 +00:00
Update notification-box.component.ts
This commit is contained in:
parent
69177e86fc
commit
9b77b40bd0
@ -65,6 +65,9 @@ export class NotificationBoxComponent implements OnInit, OnDestroy {
|
||||
|
||||
startTimer() {
|
||||
this.timer = timer(this.delayTime, 1000);
|
||||
setTimeout(() => {
|
||||
this.showNotification();
|
||||
}, 5000);
|
||||
|
||||
this.timerSubscription = this.timer.subscribe(() => {
|
||||
this.ticks++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user