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