https://github.com/angular/angular
Raw File
Tip revision: 4b04a0e61a64cd9e77c9ace159f9a1339ad3bb0a authored by Alex Rickabaugh on 28 August 2024, 21:35:48 UTC
release: cut the v19.0.0-next.2 release
Tip revision: 4b04a0e
PACKAGE.md
Implements Angular's core functionality, low-level services, and utilities.

* Defines the class infrastructure for components, view hierarchies, change detection, rendering, and event handling.

* Defines the decorators that supply metadata and context for Angular constructs. 

* Defines infrastructure for dependency injection (DI), internationalization (i18n), and various testing and debugging facilities.
back to top