https://github.com/angular/angular
Raw File
Tip revision: d71d521f9bf1056850f010b3e9913499e66fc631 authored by Jessica Janiuk on 24 June 2021, 21:02:10 UTC
release: cut the v12.1.0 release
Tip revision: d71d521
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