docs: add api doc to sub-packages (#33801)

PR Close #33801
This commit is contained in:
Judy Bogart
2019-11-13 08:46:40 -08:00
committed by Alex Rickabaugh
parent 61cc7a3437
commit a09d60cb50
16 changed files with 23 additions and 3 deletions

View File

@ -1,3 +1,3 @@
Implements basic Angular directives and pipes, such as NgIf, NgForOf, DecimalPipe, and so on.
Implements fundamental Angular framework functionality, including directives and pipes, location services used in routing, HTTP services, localization support, and so on.
The `CommonModule` exports are re-exported by `BrowserModule`, which is included automatically in the root `AppModule` when you create a new app with the CLI `new` command.