Skip to content

Commit

Permalink
feat: Fetch and display user list
Browse files Browse the repository at this point in the history
  • Loading branch information
Avkash Mandloi authored and Avkash Mandloi committed May 31, 2020
1 parent b27a801 commit 432f620
Show file tree
Hide file tree
Showing 21 changed files with 1,884 additions and 616 deletions.
10 changes: 8 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "sass"
"style": "scss"
}
},
"root": "",
Expand All @@ -30,6 +30,11 @@
"styles": [
"src/styles.sass"
],
"stylePreprocessorOptions": {
"includePaths": [
"src/styles"
]
},
"scripts": []
},
"configurations": {
Expand Down Expand Up @@ -123,6 +128,7 @@
}
}
}
}},
}
},
"defaultProject": "angular-poc"
}
Loading

0 comments on commit 432f620

Please sign in to comment.