gitextract_l8iou0n5/ ├── .gitignore ├── README.md ├── gulpfile.config.js ├── gulpfile.js ├── package.json ├── src/ │ ├── app/ │ │ ├── app.module.ts │ │ ├── controllers/ │ │ │ ├── customers.controller.ts │ │ │ └── orders.controller.ts │ │ ├── directives/ │ │ │ └── filterTextbox.directive.ts │ │ ├── services/ │ │ │ └── data.service.ts │ │ └── views/ │ │ ├── customers.html │ │ └── orders.html │ ├── customers.json │ ├── index.html │ ├── orders.json │ └── styles/ │ └── animations.css ├── superstatic.json ├── tsconfig.json ├── tslint.json └── typings.json