
committed by
Alex Rickabaugh

parent
61cc7a3437
commit
a09d60cb50
@ -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).
|
2
packages/upgrade/static/PACKAGE.md
Normal file
2
packages/upgrade/static/PACKAGE.md
Normal 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.
|
1
packages/upgrade/static/testing/PACKAGE.md
Normal file
1
packages/upgrade/static/testing/PACKAGE.md
Normal file
@ -0,0 +1 @@
|
||||
Supplies testing functions for the AngularJS-to-Angular upgrade path.
|
Reference in New Issue
Block a user