Angular 2 is the next version of Google’s popular SPA framework. If you’re not yet familiar with it, you can find an overview here. In this article, I will focus on the dependencies of Angular 2. Whereas AngularJS (1.x) could either be run stand-alone or on top of jQuery, Angular 2 requires some third-party dependencies, which we’ll take a look at in this article:
- Node.js and npm
- ES6 Shim
ES6 Promise- Metadata Reflection API
- zone.js
- RxJS
Continue reading Angular 2 Dependencies: Features from the Future