Exploring the Code

Let’s explore the angular code and look at some important files within our new application.

Directory and file structure

Our previous code has a root file structure similar to the one below:

| exploring-angular
  | e2e
  | src
  | node_modules
  - angular.json
  - package-lock.json
  - package.json
  - README.md
  - tsconfig.json
  - tsconfig.app.json
  - tsconfig.spec.json
  - tslint.json
  - karma.conf.js

Get hands-on with 1200+ tech skills courses.