Skip to content

Commit b9f6ddd

Browse files
committed
Material Admin dashboard added
1 parent d578a26 commit b9f6ddd

File tree

175 files changed

+13706
-14748
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+13706
-14748
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package.json
22
package-lock.json
33
dist
4+
angular.json
45
.angulardoc.json
56
.vscode/*

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"workbench.colorCustomizations": {
33
"activityBar.background": "#7f40bf",
4+
"activityBar.activeBorder": "#c78f58",
45
"activityBar.foreground": "#e7e7e7",
56
"activityBar.inactiveForeground": "#e7e7e799",
67
"activityBarBadge.background": "#c78f58",

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
2828
"src/styles.scss"
2929
],
30-
"scripts": []
30+
"scripts": ["node_modules/chart.js/dist/Chart.min.js"]
3131
},
3232
"configurations": {
3333
"production": {

0 commit comments

Comments
 (0)