I have a api call, like this:
ngOnInit() { this.sensorMetadataService.getMetadata().subscribe(data => { console.log(\'metaData\', data); }