This document provides an overview of AngularJS 2.0 and compares it to AngularJS 1.x. Some of the key changes mentioned include:
- Components replace controllers and use TypeScript classes instead of $scope
- Services are now simple ES6 classes instead of provider/factory functions
- Routing is done at the component level instead of using templates
- Change detection is more efficient and can be configured at the component level