SyntaxFix
Write A Post
Hire A Developer
Questions
You need to subscribe to the observable and pass a callback that processes emitted values
this.myService.getConfig().subscribe(val => console.log(val));