angular/packages/common/http
Jan Kuehle ebbc7a27e8 refactor: change public const enums to enums (#51670)
Angular recently gained a local compilation mode (see commit
345dd6d81a). This is intended to be used
with the TypeScript compiler option isolatedModules, which bans imports
of const enums.

This changes all const enums tagged with @publicApi to regular enums.

Fixes #46240

PR Close #51670
2023-10-25 10:39:18 -07:00
..
src refactor: change public const enums to enums (#51670) 2023-10-25 10:39:18 -07:00
test perf(http): reduce data transfer when using HTTP caching (#52347) 2023-10-24 14:33:26 -07:00
testing refactor: removed the unused declaration in the import statement (#50616) 2023-06-22 09:39:58 -07:00
BUILD.bazel build: add targets for api doc generation (#52034) 2023-10-10 16:18:50 -07:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
PACKAGE.md docs: update invalid links to the new http guides (#49456) 2023-06-22 17:06:59 -07:00
public_api.ts fix(platform-server): resolve relative requests URL (#52326) 2023-10-23 12:02:21 -07:00