Example #1
0
 cancel() {
     this.subject.destroy();
 }
Example #2
0
 ok() {
     this.subject.next(`new time: ${+new Date}`);
     this.cancel();
 }