init
parents
Showing
.editorconfig
0 → 100644
.github/workflows/main.yml
0 → 100644
.gitignore
0 → 100644
CHANGELOG.md
0 → 100644
ISSUE_TEMPLATE.md
0 → 100644
LICENSE.md
0 → 100644
README.md
0 → 100644
This diff is collapsed.
Click to expand it.
angular.json
0 → 100644
documentation/black-dashboard.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
documentation/documentation.html
0 → 100644
e2e/protractor.conf.js
0 → 100644
e2e/src/app.e2e-spec.ts
0 → 100644
e2e/src/app.po.ts
0 → 100644
e2e/tsconfig.e2e.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | ||
"name": "black-dashboard-angular", | ||
"version": "1.2.0", | ||
"description": "Black Dasboard Angular, a Creative Tim Desgin. Coded by Creative Tim", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/creativetimofficial/black-dashboard-angular.git" | ||
}, | ||
"keywords": [ | ||
"angular dashboard", | ||
"angular admin", | ||
"angular bootstrap admin", | ||
"angular bootstrap dashboard", | ||
"angular panel", | ||
"angular bootstrap template", | ||
"angular admin template", | ||
"angular free", | ||
"angular free dashboard", | ||
"angular free bootstrap dashboard", | ||
"free admin template", | ||
"angular admin", | ||
"angular admin panel", | ||
"angular dashboard", | ||
"angular dashboard free", | ||
"angular admin free", | ||
"angular free admin panel", | ||
"angular freebie", | ||
"angular freebie dashboard", | ||
"angular freebie bootstrap dashboard", | ||
"freebie admin template", | ||
"angular dashboard freebie", | ||
"angular admin freebie", | ||
"angular freebie admin panel", | ||
"creative tim", | ||
"web dashboard", | ||
"bootstrap 4 dashboard", | ||
"bootstrap 4", | ||
"css3 dashboard", | ||
"bootstrap 4 admin", | ||
"black dashboard bootstrap 4", | ||
"frontend", | ||
"responsive bootstrap 4 dashboard", | ||
"free dashboard", | ||
" free admin dashboard", | ||
"free bootstrap 4 admin dashboard" | ||
], | ||
"author": "Creative Tim <hello@creative-tim.com> (https://www.creative-tim.com/)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/creativetimofficial/black-dashboard-angular/issues" | ||
}, | ||
"homepage": "https://demos.creative-tim.com/black-dashboard-angular/#/dashboard", | ||
"private": false, | ||
"dependencies": { | ||
"@angular/animations": "12.1.2", | ||
"@angular/common": "12.1.2", | ||
"@angular/compiler": "12.1.2", | ||
"@angular/core": "12.1.2", | ||
"@angular/forms": "12.1.2", | ||
"@angular/localize": "^12.1.2", | ||
"@angular/platform-browser": "12.1.2", | ||
"@angular/platform-browser-dynamic": "12.1.2", | ||
"@angular/router": "12.1.2", | ||
"@fullcalendar/angular": "^5.10.1", | ||
"@fullcalendar/daygrid": "^5.10.1", | ||
"@fullcalendar/interaction": "^5.10.1", | ||
"@ng-bootstrap/ng-bootstrap": "10.0.0", | ||
"chart.js": "2.9.4", | ||
"core-js": "3.15.2", | ||
"fullcalendar": "^5.10.1", | ||
"ngx-toastr": "14.0.0", | ||
"rxjs": "7.2.0", | ||
"tslib": "2.3.0", | ||
"zone.js": "0.11.4" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "12.1.2", | ||
"@angular/cli": "12.1.2", | ||
"@angular/compiler-cli": "12.1.2", | ||
"@angular/language-service": "12.1.2", | ||
"@schematics/angular": "^13.0.3", | ||
"@types/jasmine": "3.8.1", | ||
"@types/jasminewd2": "2.0.10", | ||
"@types/node": "16.3.2", | ||
"codelyzer": "6.0.2", | ||
"jasmine-core": "3.8.0", | ||
"jasmine-spec-reporter": "7.0.0", | ||
"karma": "6.3.4", | ||
"karma-chrome-launcher": "3.1.0", | ||
"karma-coverage-istanbul-reporter": "3.0.3", | ||
"karma-jasmine": "4.0.1", | ||
"karma-jasmine-html-reporter": "1.7.0", | ||
"protractor": "7.0.0", | ||
"ts-node": "10.1.0", | ||
"tslint": "6.1.3", | ||
"typescript": "4.3.5" | ||
} | ||
} |
src/app/app-routing.module.ts
0 → 100644
src/app/app.component.html
0 → 100644
src/app/app.component.scss
0 → 100644
src/app/app.component.spec.ts
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/components/components.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/pages/icons/icons.component.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/icons/icons.component.ts
0 → 100644
src/app/pages/map/map.component.html
0 → 100644
src/app/pages/map/map.component.ts
0 → 100644
src/app/pages/rtl/rtl.component.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/rtl/rtl.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/pages/tables/tables.component.html
0 → 100644
src/app/pages/tables/tables.component.ts
0 → 100644
src/app/pages/user/user.component.html
0 → 100644
src/app/pages/user/user.component.ts
0 → 100644
src/assets/css/nucleo-icons.css
0 → 100644
src/assets/demo/demo.css
0 → 100644
src/assets/fonts/nucleo.eot
0 → 100644
File added
src/assets/fonts/nucleo.ttf
0 → 100644
File added
src/assets/fonts/nucleo.woff
0 → 100644
File added
src/assets/fonts/nucleo.woff2
0 → 100644
File added
src/assets/img/angular.jpg
0 → 100644
22 KB
src/assets/img/angular2-logo-red.png
0 → 100644
2.33 KB
src/assets/img/angular2-logo-white.png
0 → 100644
20.5 KB
src/assets/img/anime3.png
0 → 100644
37 KB
src/assets/img/anime6.png
0 → 100644
39 KB
src/assets/img/apple-icon.png
0 → 100644
2.39 KB
src/assets/img/argon-white.png
0 → 100644
28.3 KB
src/assets/img/bg5.jpg
0 → 100644
208 KB
src/assets/img/default-avatar.png
0 → 100644
2.8 KB
src/assets/img/emilyz.jpg
0 → 100644
84.2 KB
src/assets/img/favicon.png
0 → 100644
2.7 KB
src/assets/img/header.jpg
0 → 100644
655 KB
src/assets/img/img_3115.jpg
0 → 100644
37.5 KB
src/assets/img/james.jpg
0 → 100644
72.8 KB
src/assets/img/mike.jpg
0 → 100644
74.9 KB
src/assets/scss/black-dashboard.scss
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/browserslist
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.prod.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/favicon.ico
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/karma.conf.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/polyfills.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/styles.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/test.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/tsconfig.app.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/tsconfig.spec.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.