project-architecture

Folder Structure

src
├── app
│   ├── app.component.css
│   ├── app.component.html
│   ├── app.component.ts
│   ├── app.module.ts
│   ├── product-list
│   │   ├── product-list.component.css
│   │   ├── product-list.component.html
│   │   ├── product-list.component.ts
│   │   └── product-list.module.ts
│   ├── products.ts
│   └── top-bar
│       ├── top-bar.component.css
│       ├── top-bar.component.html
│       └── top-bar.component.ts
├── assets
│   └── shipping.json
├── environments
│   ├── environment.prod.ts
│   └── environment.ts
├── index.html
├── main.ts
├── polyfills.ts
├── styles.css
├── tsconfig.app.json
└── tsconfig.spec.json