.
├── angular.json
├── docs
│ ├── 3rdpartylicenses.txt
│ ├── icon.ico
│ ├── index.html
│ ├── main.ec3dd2f00a7e844d.js
│ ├── polyfills.fcdab0334fb46f5d.js
│ ├── runtime.d1a64c69f5490556.js
│ └── styles.48c3cd1efefa1560.css
├── licence.txt
├── package.json
├── package-lock.json
├── README.md
├── src
│ ├── app
│ │ ├── app.component.css
│ │ ├── app.component.html
│ │ ├── app.component.spec.ts
│ │ ├── app.component.ts
│ │ ├── app.module.ts
│ │ ├── app-routing.module.ts
│ │ └── dashboarder
│ │ ├── dashboarder.component.css
│ │ ├── dashboarder.component.html
│ │ ├── dashboarder.component.ts
│ │ ├── dashboarder.service.ts
│ │ └── dashboarder.ts
│ ├── assets
│ ├── icon.ico
│ ├── index.html
│ ├── main.ts
│ └── styles.css
├── tsconfig.app.json
├── tsconfig.json
└── tsconfig.spec.json
5 directories, 30 filestatimohammed/youtube-dashboarder-service
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
