From ed1af9cd880888f21dd2c884b6745ca3eb272401 Mon Sep 17 00:00:00 2001 From: AJ Wallace Date: Sun, 23 Jun 2019 09:19:00 -0500 Subject: [PATCH] ngUpgrade guide for Angular Guide folder (#26935) * added guide for ngUpgrade library for angular * add text for ngupgrade guide --- guide/english/angular/ngupgrade/index.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 guide/english/angular/ngupgrade/index.md diff --git a/guide/english/angular/ngupgrade/index.md b/guide/english/angular/ngupgrade/index.md new file mode 100644 index 0000000000..afb90ddd58 --- /dev/null +++ b/guide/english/angular/ngupgrade/index.md @@ -0,0 +1,8 @@ +--- +title: ngUpgrade +--- +## ngUpgrade +ngUpgrade is a library in Angular that allows you to run both angularJS and angular at the same time so you can begin upgrading your angularJS application to angular incrementally, essentially running both apps simultaneously while you slowly refactor the angularJS app over time until you're left with a single angular app. + +#### More Information: +There are certain base requirements and suggestions to make to your angularJS app before beginning with ngUpgrade such as adhering to the style guide and upgrading to angularJS 1.5 or 1.6. You can find more details about using ngUpgrade to upgrade your angularJS app at the [official Angular Site](https://angular.io/guide/upgrade). \ No newline at end of file