The problem is as follows: current time changes constantly, each mome
Use arrow function.
constructor(cd: ChangeDetectorRef){ setInterval(() => { cd.detectChanges(); }, 1); }