https://github.com/angular/angular
Raw File
Tip revision: b8183614f59e4bfef79c673346b700d39a669d2f authored by Alex Rickabaugh on 25 August 2021, 21:02:48 UTC
release: cut the v12.2.3 release (#43257)
Tip revision: b818361
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