Skip to content

Commit

Permalink
Revert material
Browse files Browse the repository at this point in the history
  • Loading branch information
makimenko committed Feb 12, 2021
1 parent 501c0ad commit a30608d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
Expand Down Expand Up @@ -75,7 +74,7 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [ "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"],
"styles": [],
"scripts": [],
"assets": [
"src/favicon.ico",
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@
"private": true,
"dependencies": {
"@angular/animations": "^11.1.2",
"@angular/cdk": "^11.1.2",
"@angular/common": "^11.1.2",
"@angular/compiler": "^11.1.2",
"@angular/core": "^11.1.2",
"@angular/forms": "^11.1.2",
"@angular/material": "^11.1.2",
"@angular/platform-browser": "^11.1.2",
"@angular/platform-browser-dynamic": "^11.1.2",
"@angular/router": "^11.1.2",
Expand Down

0 comments on commit a30608d

Please sign in to comment.