mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a3c246abae
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