angular/packages/core/PACKAGE.md
Alan Agius 26fed34e0e
build: format md files
This commit configures prettier to format markdown files.
2025-11-06 10:03:05 -08:00

7 lines
410 B
Markdown

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.