Files and Folders Flashcards
Support files
files outside of the src folder
The root component of the application
app/app.component/
The root module that tells angular how to assemble the application
app/app.module.ts
Folder where images and other wholesale files go
assets/*
Folder with destination environment files.
environments/
website icon
favicon.ico
main entry point of the application.
main.ts
File for normalizing differences between browsers.
polyfills.ts
File for global styling
styles.css
Main entry point for tests
tests.ts
TypeScript compiler configuration
tsconfig.{item-being-configured}.json
TypeScript application configuration.
tsconfig.app.json
TypeScript test configuration
tsconfig.spec.json
Folder for end to end testing
e2e/
Configuration for angular CLI
.angular-cli.json