angular/packages/core
Kristiyan Kostadinov 660444fbf2 fix(router): attempt to resolve component resources in JIT mode (#63062)
In #62758 we started loading the component resources during bootstrap in JIT mode to ensure that they're in place by the time we create the component. This won't work for lazy-loaded components in the router, because they don't exist at bootstrap time.

These changes add similar logic when the router loads a component.

PR Close #63062
2025-08-08 14:18:21 -07:00
..
global build: move http_server and generate_api_docs into defaults2.bzl (#62878) 2025-07-29 16:53:54 +00:00
primitives build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
rxjs-interop build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
schematics feat(router): add a currentNavigation signal to the Router service. (#63011) 2025-08-06 09:54:53 -07:00
src fix(core): prevents duplicate nodes when @if toggles with leave animations (#63048) 2025-08-08 10:02:35 -07:00
test fix(router): attempt to resolve component resources in JIT mode (#63062) 2025-08-08 14:18:21 -07:00
testing build: remove ts_project_interop infrastructure (#62908) 2025-07-31 09:12:58 +00:00
BUILD.bazel build: migrate all npm packages to use new rules_js based npm_package rule (#62954) 2025-08-05 19:08:45 +00:00
index.ts refactor: update packages/core:{core,src} to ts_project (#61275) 2025-05-14 12:01:51 +00:00
package.json fix(core): mark zone.js as an optional peer dependency (#61616) 2025-05-22 12:14:06 -07:00
PACKAGE.md
public_api.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
tsconfig-build.json build: migrate more targets of @angular/core to ts_project (#61370) 2025-05-16 11:02:07 +00:00
tsconfig-test.json build: migrate more targets of @angular/core to ts_project (#61370) 2025-05-16 11:02:07 +00:00