Upgrading AngularJS

Upgrading AngularJS

  1. Update package.json to the next latest version number.
    • One version change at a time.
  2. ​npm install
  3. Update script tag.

  4. Run the application.

  5. Check for bugs.

    • ​​Broken dependencies - check versions.

    • AngularJS breaking changes - check migration docs.

  6. Repeat.

(The AngularJS Hokey Pokey)

Let's get started.

Made with Slides.com