How do I append items to Observable?
Observable
This is some code:
this.logEntries = this.controllerService.getLog(this.controller.remoteID, this.
Take a look at BehaviorSubject:
It's an Observable where you can push a new item as containing object.