https://github.com/angular/angular
Raw File
Tip revision: 28eecf571915f48e389d7b69c55d406001c31df8 authored by Alex Rickabaugh on 15 December 2021, 20:15:45 UTC
release: cut the v13.2.0-next.1 release (#44497)
Tip revision: 28eecf5
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