Added redemptions page. Fixed some issues. Removed some instances of console.log().
This commit is contained in:
@ -53,10 +53,6 @@ export class AppComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
}));
|
||||
|
||||
const connection = this.client.connect();
|
||||
if (connection) {
|
||||
this.addSubscription(connection);
|
||||
}
|
||||
this.ngZone.runOutsideAngular(() => setInterval(() => this.client.heartbeat(), 15000));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user