"The 'this' context of type 'void' is not assignable to method's 'this' of type 'Observable<string>'." code example
Example: 'this' context of type 'void' is not assignable to method's 'this' of type 'Observable<{}>'.
import { map } from "rxjs/operators";