Angular
The sources for this package are in the main Angular repo. Please file issues and pull requests against that repo.
Usage information and reference details can be found in Angular documentation.
License: MIT
19.2.0-next.1 (2025-01-29)
core
| Commit | Type | Description |
| -- | -- | -- |
| 168516462a9 | feat | support default value in resource()
(#59655) |
| 6c92d653493 | fix | add hasValue
narrowing to ResourceRef
(#59708) |
| 96e602ebe9c | fix | cancel in-progress request when same value is assigned (#59280) |
| cf9054248d1 | fix | check whether application is destroyed before printing hydration stats (#59716) |
| 82876242e55 | fix | ensure type is preserved during HMR (#59700) |
| 127fc0dc847 | fix | fix resource()
's previous.state
(#59708) |
| f862ace1819 | fix | fixes test timer-based test flakiness in CI (#59674) |
elements
| Commit | Type | Description |
| -- | -- | -- |
| 0c1ecb453c8 | fix | not setting initial value on signal-based input (#59773) |
platform-browser
| Commit | Type | Description |
| -- | -- | -- |
| e6cb411e439 | fix | automatically disable animations on the server (#59762) |
| 6b09716754b | fix | prepend baseHref
to sourceMappingURL
in CSS content (#59730) |
| fd7ee47bf70 | fix | Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent
property (#59690) |
| 65cf061feb4 | fix | Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent
property (#59690) |
| af9d74710c4 | fix | Update pseudoevent created by createMouseSpecialEvent to populate _originalEvent
property (#59690) |
platform-server
| Commit | Type | Description |
| -- | -- | -- |
| fc5d187da5e | fix | decouple server from animations module (#59762) |
router
| Commit | Type | Description |
| -- | -- | -- |
| c7b6e1107c6 | fix | prevent error handling when injector is destroyed (#59457) |
service-worker
| Commit | Type | Description |
| -- | -- | -- |
| e2987a1d4ab | fix | add missing rxjs
peer dependency (#59747) |
<!-- CHANGELOG SPLIT MARKER -->
<a name="19.1.4"></a>