const resumeSub: Subscription = component.instance.resume.subscribe(() => {
      this.startTimer(component);
    });