⟩ How to setup development environment for Angular2? Please follow the step by step approach with code configuration/screenshots?
In this section, the development environment setup has been described. Angularjs 2.0 application can be developed using:
angular-cli: This is a command line tool for Angularjs 2.0 application development which support live coding and deployment instantly. This is much easier and much straight forward.
systemjs: This is the traditional way of developing angularjs application. This way has been described in details later in Part-2.