July 2017
Intermediate to advanced
454 pages
10h 1m
English
We need to install Angular along with the SystemJS module loader. The quickest way to do this is by cloning the quickstart application from GitHub to your development system. Then copy the dependencies related to Angular from package.json into your application package.json and also copy the SystemJS configuration file systemjs.config.js to your application root directory. Once all this is done, then run the following command to install the packages we have just added in package.json:
npm install
Add the following statement to the index.html file. This will help the relative URLs to be served from the app folder. This is important because we need to move the index.html file from the app folder to the root folder ...
Read now
Unlock full access