2018-09-19 22:25:13 +00:00
|
|
|
Implements Angular's core functionality, low-level services, and utilities.
|
|
|
|
|
|
2025-11-06 18:03:05 +00:00
|
|
|
- Defines the class infrastructure for components, view hierarchies, change detection, rendering, and event handling.
|
2018-09-19 22:25:13 +00:00
|
|
|
|
2025-11-06 18:03:05 +00:00
|
|
|
- Defines the decorators that supply metadata and context for Angular constructs.
|
2018-09-19 22:25:13 +00:00
|
|
|
|
2025-11-06 18:03:05 +00:00
|
|
|
- Defines infrastructure for dependency injection (DI), internationalization (i18n), and various testing and debugging facilities.
|