Currently, I am in the process of setting up my personal local development environment for an Angular 2 application without utilizing the QuickStart seed mentioned on the official Angular 2 website or the Angular CLI due to the surplus files that come with them which are unnecessary for my needs.
While everything seems to be going smoothly, one roadblock I've encountered is figuring out how to obtain Angular 2 through NPM. Initially, I attempted using npm install angular2 --save
, only to discover that angular2 has been deprecated and was merely a pre-release version. So my question now is, what is the best approach to acquire the most recent Angular 2.0 plugins via NPM, if such a method currently exists?