angular/packages/core
Kristiyan Kostadinov 872e7f25fe fix(core): tree shake version class (#53598)
Core bundles were retaining the `Version` class and `VERSION` constant, because we stamp out the current version in the DOM. This shouldn't be necessary, because any usage of `0.0.0-PLACEHOLDER` will be replaced with the current version at build time. These changes remove the reference so it can be tree shaken away.

PR Close #53598
2023-12-18 16:26:36 +00:00
..
global build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
primitives/signals fix(core): remove signal equality check short-circuit (#53446) 2023-12-08 07:05:34 -08:00
reference-manifests build: add target to generate api manifest (#52472) 2023-11-02 11:00:59 -07:00
rxjs-interop fix(core): add rejectErrors option to toSignal (#52474) 2023-10-31 14:59:26 -07:00
schematics refactor(migrations): update cf migration to handle module imports better (#53575) 2023-12-15 19:58:40 +00:00
src fix(core): tree shake version class (#53598) 2023-12-18 16:26:36 +00:00
test fix(core): tree shake version class (#53598) 2023-12-18 16:26:36 +00:00
testing refactor(core): remove no longer needed FlushableEffectRunner private export (#53525) 2023-12-13 09:22:42 -08:00
BUILD.bazel refactor(core): introduce signal input() function and compiler detection (#53521) 2023-12-13 15:44:00 -08:00
index.ts refactor(core): made comment structure consistent in index.ts (#43684) 2021-10-21 18:39:58 +00:00
package.json build: update node.js engines version to be more explicate about v20 support (#52448) 2023-10-31 14:18:36 -07:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00