Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
FIll in button actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angda Song committed Jul 12, 2019
1 parent 3cf45bd commit 3d4de8b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,17 @@ Confirm?`)) {
}


pause(): void {
this.uscisService.pause();
}

resume(): void {
this.uscisService.resume();
}

stop(): void {
this.uscisService.stop();
}



Expand Down

0 comments on commit 3d4de8b

Please sign in to comment.