https://github.com/angular/angular
Raw File
Tip revision: 7919982063e7638ffabe2127d4803bb930c791bc authored by Andrew Scott on 10 July 2024, 23:23:46 UTC
feat(core): Add whenStable helper on ApplicationRef (#57190)
Tip revision: 7919982
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