Skip to content

Commit 1d26b28

Browse files
authored
Merge pull request #4 from domini-code/develop
2 parents 8e7a5b4 + 5257f76 commit 1d26b28

File tree

70 files changed

+1479
-632
lines changed

Some content is hidden

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

70 files changed

+1479
-632
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ testem.log
4444
# System Files
4545
.DS_Store
4646
Thumbs.db
47+
API/node_modules/*

angular.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"src/assets"
2929
],
3030
"styles": [
31+
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
3132
"src/styles.scss"
3233
],
3334
"scripts": []
@@ -92,6 +93,7 @@
9293
"src/assets"
9394
],
9495
"styles": [
96+
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
9597
"src/styles.scss"
9698
],
9799
"scripts": []
@@ -123,6 +125,10 @@
123125
}
124126
}
125127
}
126-
}},
127-
"defaultProject": "login"
128-
}
128+
}
129+
},
130+
"defaultProject": "login",
131+
"cli": {
132+
"analytics": false
133+
}
134+
}

0 commit comments

Comments
 (0)