Posts by Silvio Campos • 11 points
1 post
-
1
votes2
answers834
viewsA: How to send headers on all Ionic HTTP requests 3
Good afternoon, it seems to me that the error presented is why you did not import Httpclientmodule. Go to your app.module.ts and import the module. import { NgModule } from '@angular/core'; import {…