https://github.com/angular/angular
Raw File
Tip revision: 9f698b4de0090b109a74255606f6ae20f81dec16 authored by atscott on 10 June 2020, 18:31:29 UTC
release: cut the v10.0.0-rc.4 release
Tip revision: 9f698b4
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