You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@angular/compiler-cli

Package Overview
Dependencies
Maintainers
2
Versions
922
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/compiler-cli - npm Package Versions

1
46
93

19.2.3

Diff
g
google-wombot
published 19.2.3 •

Changelog

Source

19.2.3 (2025-03-19)

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | aa8ea7a5b2 | fix | report more accurate diagnostic for invalid import (#60455) |

core

| Commit | Type | Description | | -- | -- | -- | | 13a8709b2b | fix | catch hydration marker with implicit body tag (#60429) | | 296aded9da | fix | execute timer trigger outside zone (#60392) | | 0615ffb4f7 | fix | include input name in error message (#60404) |

platform-browser-dynamic

| Commit | Type | Description | | -- | -- | -- | | 1e06c8e8b6 | fix | ensure compiler is loaded before @angular/common (#60458) |

upgrade

| Commit | Type | Description | | -- | -- | -- | | 9e1a1030c8 | fix | handle output emitters when downgrading a component (#60369) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="20.0.0-next.2"></a>

g
google-wombot
published 20.0.0-next.2 •

Changelog

Source

20.0.0-next.2 (2025-03-12)

Breaking Changes

core

    • InjectFlags has been removed.
    • inject no longer accepts InjectFlags.
    • Injector.get no longer accepts InjectFlags.
    • EnvironmentInjector.get no longer accepts InjectFlags.
    • TestBed.get no longer accepts InjectFlags.
    • TestBed.inject no longer accepts InjectFlags.
  • The any overload has been removed from injector.get. It now only supports ProviderToken<T> and (deprecated since v4) string.
  • ApplicationRef.tick will no longer catch and report errors to the appplication ErrorHandler. Errors will instead be thrown out of the method and will allow callers to determine how to handle these errors, such as aborting follow-up work or reporting the error and continuing.

Deprecations

platform-browser

  • HammerJS support is deprecated and will be removed in a future major version.

common

| Commit | Type | Description | | -- | -- | -- | | 92250493ff | fix | support equality function in httpResource (#60026) |

compiler

| Commit | Type | Description | | -- | -- | -- | | ef1fd137a9 | fix | incorrect spans for template literals (#60323) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | a1cacc5b17 | fix | avoid fatal diagnostics for missing template files (#58673) | | 9be2b334ed | fix | handle transformed classes when generating HMR code (#60298) |

core

| Commit | Type | Description | | -- | -- | -- | | 611baaf069 | feat | remove InjectFlags from public API (#60318) | | e170d24240 | fix | add migration away from InjectFlags (#60318) | | 79ae35577e | fix | check whether application is destroyed before initializing event replay (#59789) | | c82384104f | fix | ensures immediate trigger fires properly with lazy loaded routes (#60203) | | de2bfc0913 | fix | fix removal of a container reference used in the component file (#60210) | | ff772d7800 | fix | fix typing on injector.get to omit 'any' (#60202) | | 338818ce89 | fix | Surface errors from ApplicationRef.tick to callsite (#60102) |

forms

| Commit | Type | Description | | -- | -- | -- | | 81fe0536fd | fix | Make sure statusChanges is emitted (#57098) |

platform-browser

| Commit | Type | Description | | -- | -- | -- | | a980ac9a6a | refactor | Deprecate the HammerJS integration (#60257) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | 0cff9a12d3 | fix | add missing peer dependency for rxjs (#60308) |

router

| Commit | Type | Description | | -- | -- | -- | | 219f41d049 | fix | Prevent dangling promise rejections from internal navigations (#60162) | | cae1fe519b | fix | update symbols (#60233) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.2"></a>

g
google-wombot
published 19.2.2 •

Changelog

Source

19.2.2 (2025-03-12)

common

| Commit | Type | Description | | -- | -- | -- | | 90a16a1088 | fix | support equality function in httpResource (#60026) |

compiler

| Commit | Type | Description | | -- | -- | -- | | 56b551d273 | fix | incorrect spans for template literals (#60323) (#60331) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 23ca88522b | fix | handle transformed classes when generating HMR code (#60298) |

core

| Commit | Type | Description | | -- | -- | -- | | 6dc41265fd | fix | check whether application is destroyed before initializing event replay (#59789) | | bb12b30d52 | fix | ensures immediate trigger fires properly with lazy loaded routes (#60203) | | b144dd946e | fix | fix removal of a container reference used in the component file (#60210) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | 15c42969fc | fix | add missing peer dependency for rxjs (#60308) |

router

| Commit | Type | Description | | -- | -- | -- | | 7bcdf7c143 | fix | update symbols (#60233) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.1"></a>

g
google-wombot
published 20.0.0-next.1 •
g
google-wombot
published 19.2.1 •

Changelog

Source

19.2.1 (2025-03-05)

common

| Commit | Type | Description | | -- | -- | -- | | c2de5f68b3 | fix | clean up onUrlChange listener when root scope is destroyed (#60004) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 1dd94476b3 | fix | ensure template IDs are not reused if a source file changes (#60152) |

core

| Commit | Type | Description | | -- | -- | -- | | 1b3b05bf72 | fix | cache ComponentRef inputs and outputs (#60156) | | 330c24aed9 | fix | prevent invoking replay listeners on disconnected nodes (#60103) | | cfad089cc3 | fix | prevents event replay from being called on comment nodes (#60130) |

language-service

| Commit | Type | Description | | -- | -- | -- | | 3f0116607d | fix | Forward the tags for quick info from the type definition (#59524) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.2.0"></a>

g
google-wombot
published 20.0.0-next.0 •
g
google-wombot
published 19.2.0 •

Changelog

Source

19.2.0 (2025-02-26)

common

| Commit | Type | Description | | -- | -- | -- | | 3e39da593a | feat | introduce experimental httpResource (#59876) |

compiler

| Commit | Type | Description | | -- | -- | -- | | 5b20bab96d | feat | Add Skip Hydration diagnostic. (#59576) | | fe8a68329b | feat | support untagged template literals in expressions (#59230) |

core

| Commit | Type | Description | | -- | -- | -- | | 2588985f43 | feat | pass signal node to throwInvalidWriteToSignalErrorFn (#59600) | | 168516462a | feat | support default value in resource() (#59655) | | bc2ad7bfd3 | feat | support streaming resources (#59573) | | 146ab9a76e | feat | support TypeScript 5.8 (#59830) | | 6c92d65349 | fix | add hasValue narrowing to ResourceRef (#59708) | | 96e602ebe9 | fix | cancel in-progress request when same value is assigned (#59280) | | 6789c7ef94 | fix | Defer afterRender until after first CD (#59455) (#59551) | | c87e581dd9 | fix | Don't run effects in check no changes pass (#59455) (#59551) | | 127fc0dc84 | fix | fix resource()'s previous.state (#59708) | | b592b1b051 | fix | fix race condition in resource() (#59851) | | a299e02e91 | fix | preserve tracing snapshot until tick finishes (#59796) |

forms

| Commit | Type | Description | | -- | -- | -- | | fa0c3e3210 | feat | support type set in form validators (#45793) |

migrations

| Commit | Type | Description | | -- | -- | -- | | 1cd3a7db83 | feat | add migration to convert templates to use self-closing tags (#57342) |

platform-browser

| Commit | Type | Description | | -- | -- | -- | | e6cb411e43 | fix | automatically disable animations on the server (#59762) |

platform-server

| Commit | Type | Description | | -- | -- | -- | | fc5d187da5 | fix | decouple server from animations module (#59762) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.8"></a>

g
google-wombot
published 19.1.8 •

Changelog

Source

19.1.8 (2025-02-26)

benchpress

| Commit | Type | Description | | -- | -- | -- | | f0990c67e6 | fix | Ensure future-proof correct initialization order (#60025) |

common

| Commit | Type | Description | | -- | -- | -- | | 1fbaeab37d | fix | make types for HttpClient more readable (#59901) |

core

| Commit | Type | Description | | -- | -- | -- | | c611c8d212 | fix | capture stack for HMR errors (#60067) |

language-service

| Commit | Type | Description | | -- | -- | -- | | 4c9d09c643 | fix | provide correct rename info for elements (#60088) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.7"></a>

g
google-wombot
published 19.2.0-rc.0 •
g
google-wombot
published 19.1.7 •

Changelog

Source

19.1.7 (2025-02-19)

common

| Commit | Type | Description | | -- | -- | -- | | e9f10eb4c9 | fix | clean up urlChanges subscribers when root scope is destroyed (#59703) |

compiler-cli

| Commit | Type | Description | | -- | -- | -- | | 16fc074689 | fix | avoid crash in isolated transform operations (#59869) |

forms

| Commit | Type | Description | | -- | -- | -- | | ec1e4c3d94 | fix | Fix typing on FormRecord. (#59993) |

<!-- CHANGELOG SPLIT MARKER -->

<a name="19.1.6"></a>