-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
abstruse/web/abstruse/src/app/builds/job/job.component.ts
Lines 51 to 58 in b28dd99
| this.sub.add( | |
| this.buildsService.jobEvents().subscribe((ev: SocketEvent) => this.updateJobFromEvent(ev)) | |
| ); | |
| this.sub.add( | |
| this.buildsService | |
| .jobLogEvents() | |
| .subscribe((ev: SocketEvent) => this.updateJobLogFromEvent(ev)) | |
| ); |
Why you need this part if you use @ngneat/until-destroy package?
Metadata
Metadata
Assignees
Labels
No labels