├── src
├── assets
│ └── .gitkeep
├── app
│ ├── app.component.css
│ ├── app.component.html
│ ├── charts
│ │ ├── pieCharts
│ │ │ ├── pieCharts.component.html
│ │ │ └── pieCharts.component.ts
│ │ └── lineCharts
│ │ │ ├── lineCharts.component.html
│ │ │ └── lineCharts.component.ts
│ ├── tables
│ │ └── datatable
│ │ │ ├── datatable.component.html
│ │ │ └── datatable.component.ts
│ ├── login
│ │ ├── login.component.ts
│ │ └── login.component.html
│ ├── app.routing.ts
│ ├── app.component.ts
│ ├── module
│ │ ├── view.analysis.js.map
│ │ ├── view.analysis.ts
│ │ ├── view.analysis.js
│ │ └── analytics.html
│ ├── dashboard
│ │ ├── dashboard.component.ts
│ │ ├── dashboard.module.ts
│ │ ├── nav.component.html
│ │ ├── nav.component.ts
│ │ └── dashboard.component.html
│ ├── bootstraps
│ │ ├── static
│ │ │ ├── bootstrap.component.ts
│ │ │ └── bootstrap.component.html
│ │ └── plugin
│ │ │ ├── plugin.component.ts
│ │ │ └── plugin.component.html
│ ├── app.module.ts
│ └── app.component.spec.ts
├── favicon.ico
├── img
│ ├── green.png
│ ├── green@2x.png
│ └── loading-sm.gif
├── environments
│ ├── environment.prod.ts
│ └── environment.ts
├── fonts
│ ├── FontAwesome.otf
│ ├── Pe-icon-7-stroke.eot
│ ├── Pe-icon-7-stroke.ttf
│ ├── Pe-icon-7-stroke.woff
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ ├── fontawesome-webfont.woff2
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ └── glyphicons-halflings-regular.woff2
├── index.html
├── main.ts
├── tsconfig.json
├── test.ts
├── polyfills.ts
├── main.html
└── fileupload
│ └── fileinput.min.js
├── .gitignore
├── images
├── a1.jpg
├── a2.jpg
├── a3.jpg
├── a4.jpg
├── a5.jpg
├── a6.jpg
├── a7.jpg
├── a8.jpg
├── a9.jpg
├── loading.gif
├── profile.jpg
└── loading-bars.svg
├── e2e
├── app.po.ts
├── app.e2e-spec.ts
└── tsconfig.json
├── dist.js
├── protractor.conf.js
├── karma.conf.js
├── README.md
├── package.json
├── angular-cli.json
└── tslint.json
/src/assets/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/app/app.component.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 | dist
3 |
--------------------------------------------------------------------------------
/src/app/app.component.html:
--------------------------------------------------------------------------------
1 |
2 | pie charts works! 3 | 4 |
5 | -------------------------------------------------------------------------------- /src/app/tables/datatable/datatable.component.html: -------------------------------------------------------------------------------- 1 |2 | line charts works! 3 |
4 || {{label}} | 21 |
|---|
| {{d && d.data[j]}} | 24 |
20
9 | Lorem Ipsum is simply dummy text of the printing and typesetting industry. 10 |160
19 | Lorem Ipsum is simply dummy text of the printing and typesetting industry. 20 |750
29 | Lorem Ipsum is simply dummy text of the printing and typesetting industry. 30 |0,43
39 | Lorem Ipsum is simply dummy text of the printing and typesetting industry. 40 |Special Admin System for small, medium and large webapp with very clean and aesthetic style and 30 | feel.
Queue length: {{ uploader?.queue?.length }}
186 | 187 || Name | 191 |Size | 192 |Progress | 193 |Status | 194 |Actions | 195 |
|---|---|---|---|---|
| {{ item?.file?.name }} | 200 |{{ item?.file?.size/1024/1024 | number:'.2' }} MB | 201 |
202 |
203 |
204 |
205 | |
206 | 207 | 208 | 209 | 210 | | 211 |212 | 216 | 220 | 224 | | 225 |
Droppdowns buttons are avalible with any color and any size.
154 |Circle buttons
363 | 364 | 365 | 366 | 367 | 368 |Single toggle button
370 | 371 |Checkbox buttons
373 |Radio buttons
378 |