https://github.com/angular/angular
Raw File
Tip revision: e5c22719720dc082d8191e7a7d1625e40a7d5f62 authored by Pawel Kozlowski on 14 June 2023, 16:38:55 UTC
release: cut the v16.1.1 release
Tip revision: e5c2271
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