Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adding material UI support
  • Loading branch information
Evan Langlais committed Jan 25, 2019
1 parent b298c17 commit 2dc39a7
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 53 deletions.
6 changes: 6 additions & 0 deletions angular.json
Expand Up @@ -23,6 +23,9 @@
"src/assets"
],
"styles": [
{
"input": "node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
},
"src/styles.css"
],
"scripts": []
Expand Down Expand Up @@ -72,6 +75,9 @@
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
{
"input": "node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
},
"src/styles.css"
],
"scripts": [],
Expand Down

0 comments on commit 2dc39a7

Please sign in to comment.