December 2017
Beginner
372 pages
10h 32m
English
Let's now open our application in Visual Studio Code and look at the files that were generated:

As we can see, there are a bunch of files which were generated by Angular CLI. There is an src folder that contains our application code under the app folder, the application-level files such as main.ts, style.css, tsconfig, and typing files. The following are some of the important files and their significance:
Read now
Unlock full access