Pablo Bastidas

Results 1 comments of Pablo Bastidas

Hello @rafaelvicio, based on [this post](https://medium.com/@ryanchenkie_40935/angular-authentication-using-the-http-client-and-http-interceptors-2f9d1540eb8) I created my own Interceptor over HttpClient ```typescript import { Injectable } from '@angular/core'; import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http'; import...