Skip to content

Commit

Permalink
#33-Angular-Material-addition (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyikagawa authored Dec 22, 2020
1 parent b84e3be commit 548d35c
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css"
],
"scripts": []
Expand Down Expand Up @@ -107,6 +108,7 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.css"
],
"scripts": []
Expand Down
61 changes: 59 additions & 2 deletions src/package-lock.json

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

2 changes: 2 additions & 0 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
"dependencies": {
"@angular-slider/ngx-slider": "^2.0.3",
"@angular/animations": "~11.0.1",
"@angular/cdk": "^11.0.3",
"@angular/common": "~11.0.1",
"@angular/compiler": "~11.0.1",
"@angular/core": "~11.0.1",
"@angular/forms": "~11.0.1",
"@angular/google-maps": "^11.0.3",
"@angular/material": "^11.0.3",
"@angular/platform-browser": "~11.0.1",
"@angular/platform-browser-dynamic": "~11.0.1",
"@angular/router": "~11.0.1",
Expand Down

0 comments on commit 548d35c

Please sign in to comment.