https://github.com/angular/angular
Raw File
Tip revision: 7ab718176329e31bd1374df8cc26a2e3cab45c9d authored by Dylan Hunn on 25 March 2022, 19:40:11 UTC
release: cut the v14.0.0-next.9 release (#45442)
Tip revision: 7ab7181
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