gitextract_5emk2vsm/ ├── .gitignore ├── .npmignore ├── .travis.yml ├── LICENSE ├── README.md ├── angular-cli.json ├── bower.json ├── karma.conf.js ├── package.json ├── src/ │ ├── confirm/ │ │ ├── angular-confirm.ts │ │ ├── confirm.component.spec.ts │ │ ├── confirm.component.ts │ │ └── confirm.service.ts │ ├── environments/ │ │ ├── environment.prod.ts │ │ └── environment.ts │ ├── index.html │ ├── main.ts │ ├── polyfills.ts │ ├── test.ts │ ├── tsconfig.json │ └── typings.d.ts └── tslint.json