https://github.com/angular/angular
Raw File
Tip revision: 6e6452d604aaecbb292bcbb25242b2ab5edd4a26 authored by Pawel Kozlowski on 20 September 2023, 17:44:29 UTC
release: cut the v16.2.6 release
Tip revision: 6e6452d
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