Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rominarg/interceptors_httpclient_angular17


https://github.com/rominarg/interceptors_httpclient_angular17

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Consumir API REST con #ANGULAR 17 con MANEJO DE ERRORES e INTERCEPTORS
En Angular, un "interceptor" es una clase que implementa la interfaz HttpInterceptor y se utiliza para interceptar y manipular solicitudes HTTP y sus respuestas. Los interceptores son una característica poderosa de Angular que permiten modificar las solicitudes y respuestas antes de que lleguen al servidor o al cliente respectivamente. Esto es útil para varias tareas comunes como:

Autenticación y Autorización: Agregar tokens de autenticación a las cabeceras de las solicitudes.
Registro y Seguimiento: Registrar o rastrear las solicitudes y respuestas para depuración o auditoría.
Manejo de Errores: Atrapar y procesar errores HTTP globalmente.
Manipulación de Solicitudes y Respuestas: Modificar las solicitudes antes de que se envíen o las respuestas antes de que lleguen a la aplicación

![romina_navarrete_angular17_frontend](https://github.com/rominarg/Interceptors_httpClient_angular17/assets/45200064/02844798-7792-47e1-8fde-61b2e3833c4b)

# ¿Como creamos un Interceptors en Angular 17?
----------------------------------------------

# AngularHttp

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.0.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

## Code scaffolding

Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.

## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.

Video de referencia: https://www.youtube.com/watch?v=OgkgPv19gYY