docs: add package doc files (#26047)

PR Close #26047
This commit is contained in:
Judy Bogart
2018-09-19 15:25:13 -07:00
committed by Jason Aden
parent 3a5cb1cb11
commit f543d71cc3
9 changed files with 57 additions and 0 deletions

7
packages/core/PACKAGE.md Normal file
View File

@ -0,0 +1,7 @@
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.