19.0.0-next.1
版本发布时间: 2024-08-22 23:51:02
angular/angular最新发布版本:19.0.0-next.7(2024-09-26 01:14:39)
19.0.0-next.1 (2024-08-22)
compiler-cli
Commit | Description |
---|---|
ensure template style elements are preprocessed as inline styles (#57429) |
core
migrations
Commit | Description |
---|---|
account for members with doc strings and no modifiers (#57389) | |
avoid migrating route component in tests (#57317) | |
preserve type when using inject decorator (#57389) |
Breaking Changes
core
- The
autoDetect
feature ofComponentFixture
will now attach the fixture to theApplicationRef
. As a result, errors during automatic change detection of the fixture be reported to theErrorHandler
. This change may cause custom error handlers to observe new failures that were previously unreported.