mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
This commit introduces new types and symbols related to functional HTTP interceptors - interceptors which are plain functions with access to DI via the `inject()` operation. This new form of interceptor is not exposed publically in this commit, but the legacy class-based interceptors are refactored to be built on top of the new API internally. PR Close #47502 |
||
|---|---|---|
| .. | ||
| init | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||