angular/packages/common
arturovt 13875d0140 refactor(common): remove redundant ɵloadImpl check in client bundles (#62191)
In this commit, the conditional branching around `ɵloadImpl` is removed from client-side code, as `ɵloadImpl` is never defined in client bundles. This makes the logic simpler and improves tree-shaking, allowing the `from()` import to be dropped from the common bundle in browser builds.

PR Close #62191
2025-06-26 12:02:51 +00:00
..
http refactor(common): remove redundant ɵloadImpl check in client bundles (#62191) 2025-06-26 12:02:51 +00:00
locales build: update common's locales to use rules_js (#61629) 2025-05-26 10:18:14 +00:00
src feat(common): add support for a custom EnvironmentInjector to NgComponentOutlet directive (#54764) 2025-06-25 17:02:19 +00:00
test feat(common): add support for a custom EnvironmentInjector to NgComponentOutlet directive (#54764) 2025-06-25 17:02:19 +00:00
testing build: migrate common to use rules_js based toolchain (#61433) 2025-05-20 15:07:56 +00:00
upgrade build: migrate to using new jasmine_test (#62086) 2025-06-18 08:27:26 +02:00
BUILD.bazel build: replace all ng_package with new rule from rules_angular (#61843) 2025-06-04 09:13:41 +00:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
package.json build: update common's locales to use rules_js (#61629) 2025-05-26 10:18:14 +00:00
PACKAGE.md docs: add api doc to sub-packages (#33801) 2019-11-20 14:48:50 -08:00
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00