https://github.com/angular/angular
Raw File
Tip revision: 4d18ba1af78dae2ba14f45ed092a4c55335edd9c authored by Dylan Hunn on 19 October 2022, 21:17:43 UTC
release: cut the v14.2.7 release
Tip revision: 4d18ba1
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