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,2 +1,5 @@
Supports the upgrade path from AngularJS to Angular, allowing
components from both systems to be used in the same application.
Provides support for upgrading applications from Angular JS to Angular.
The primary entry point is deprecated. Use the secondary entry point,
`upgrade/static`.
See [Angular deprecation policy](guide/deprecations).

View File

@ -0,0 +1,2 @@
Supports the upgrade path from AngularJS to Angular, allowing
components and services from both systems to be used in the same application.

View File

@ -0,0 +1 @@
Supplies testing functions for the AngularJS-to-Angular upgrade path.