December 2017
Beginner
372 pages
10h 32m
English
The index.html file is our launch file, which loads all the components when the application is executed. This file is also based on the index tag we have in our Angular CLI JSON file as shown here:
"index": "index.html",
If we had a different filename, Angular CLI would pick that file.
Read now
Unlock full access