Skip to content

Commit

Permalink
Merge branch 'service_api'
Browse files Browse the repository at this point in the history
  • Loading branch information
pagarevijayy committed Mar 18, 2021
2 parents fdd928d + 49abc13 commit 71b8c3b
Show file tree
Hide file tree
Showing 20 changed files with 598 additions and 65 deletions.
199 changes: 190 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@
"@angular/platform-browser": "~10.1.1",
"@angular/platform-browser-dynamic": "~10.1.1",
"@angular/router": "~10.1.1",
"apollo-angular": "^2.4.0",
"bootstrap": "^4.5.3",
"jquery": "^3.5.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
"zone.js": "~0.10.2",
"@apollo/client": "^3.0.0",
"graphql": "^15.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1001.1",
Expand Down
Loading

0 comments on commit 71b8c3b

Please sign in to comment.