Posts by fbegalli • 1 point
1 post
-
0
votes3
answers324
viewsA: Error with map operator
you need to import the MAP operator import { map } from "rxjs/operators"; categorias(): Observable<CategoriaModel[]>{ return this.http.get(`${PRODUTOS_API}/categorias`) .pipe(map(response…