/node_modules
npm install
command./src
angular-cli.json
package.json
server.ts
static.paths.ts
tsconfig.json
webpack.server.config.js
/src
folder./src
directory we find our raw, uncompiled code. This is where most of the work for your Angular app will take place./app
/assets
/environments
ng serve
it will use by default the dev environment./main
index.html
tsconfig.app.json
tsconfig.json
main file and adds some specific configuration for the app. It’s then used in angular-cli.json
tsconfig.server.json
tsconfig.json
main file and adds some specific configuration for the server. It’s then used in angular-cli.json
app.component.html
app.component.ts
app.routes.ts
app.module.ts
app.server.module.ts