https://github.com/angular/angular
Raw File
Tip revision: a8134dcfd4be1cc4f04163029e495aefe215d024 authored by Alex Rickabaugh on 30 September 2020, 16:54:50 UTC
release: cut the v10.1.4 release
Tip revision: a8134dc
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