0
0
llucycodes42
The map operator is used to transform a function into another function. In this case, it is used to create a function that takes an input of type Observable and returns an output of type Map.
Library: angular
Shortcut: a_rxjs_operator_import
import { map } from 'rxjs/operators';