diff options
| author | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-03-12 21:16:34 +0200 |
|---|---|---|
| committer | Danail Dimitrov <danaildimitrov321@gmail.com> | 2021-03-12 21:16:34 +0200 |
| commit | afeba5e832d87bc659d72e7d945a78821bd7e7b8 (patch) | |
| tree | 976e35e83c8a859b5cebc62bc98e65505607f7b7 /.vs | |
| parent | 051da12e0edd5408c902695fbc45ddd15d7972b1 (diff) | |
| download | DevHive-Angular-afeba5e832d87bc659d72e7d945a78821bd7e7b8.tar DevHive-Angular-afeba5e832d87bc659d72e7d945a78821bd7e7b8.tar.gz DevHive-Angular-afeba5e832d87bc659d72e7d945a78821bd7e7b8.zip | |
adding downVote functionality
Diffstat (limited to '.vs')
| -rw-r--r-- | .vs/DevHive-Angular/v16/.suo | bin | 32256 -> 52736 bytes | |||
| -rw-r--r-- | .vs/VSWorkspaceState.json | 5 | ||||
| -rw-r--r-- | .vs/slnx.sqlite | bin | 167936 -> 167936 bytes |
3 files changed, 2 insertions, 3 deletions
diff --git a/.vs/DevHive-Angular/v16/.suo b/.vs/DevHive-Angular/v16/.suo Binary files differindex eb32805..ceaae10 100644 --- a/.vs/DevHive-Angular/v16/.suo +++ b/.vs/DevHive-Angular/v16/.suo diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 6e9e1ba..c78c053 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -1,12 +1,11 @@ { "ExpandedNodes": [ "", - "\\e2e\\src", "\\src", "\\src\\app", "\\src\\app\\components", - "\\src\\app\\components\\post", - "\\src\\app\\services" + "\\src\\app\\services", + "\\src\\models" ], "SelectedNode": "\\src\\app\\services\\rating.service.ts", "PreviewInSolutionExplorer": false diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite Binary files differindex a563275..5dcda80 100644 --- a/.vs/slnx.sqlite +++ b/.vs/slnx.sqlite |
