Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit b39ab3f

Browse files
authored
Show data on client (#93)
* Get users from backend and store them in the store. * Show data on screen * Cleanup
1 parent 202f2a2 commit b39ab3f

26 files changed

+1956
-2011
lines changed

client/angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"src/assets"
2828
],
2929
"styles": [
30-
"src/styles.scss"
30+
"src/styles.scss",
31+
"src/app-theme.scss"
3132
],
3233
"scripts": []
3334
},
@@ -131,4 +132,4 @@
131132
"cli": {
132133
"defaultCollection": "@ngrx/schematics"
133134
}
134-
}
135+
}

0 commit comments

Comments
 (0)