Refactor. API explanations. UX revamp.

This commit is contained in:
Simon Lindh
2020-02-17 20:39:20 +07:00
committed by wiz
parent 45fa1be217
commit 98391580b3
40 changed files with 474 additions and 210 deletions

View File

@@ -13,7 +13,7 @@ export class AboutComponent implements OnInit {
) { }
ngOnInit() {
this.websocketService.want([]);
this.websocketService.want(['blocks']);
}
}