Skip to content

Commit

Permalink
=downloader app initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
loopteam0 committed Jan 29, 2019
1 parent f2e89e1 commit d7e2178
Show file tree
Hide file tree
Showing 15 changed files with 243 additions and 245 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,7 @@
"tsConfig": "src/tsconfig.spec.json",
"karmaConfig": "src/karma.conf.js",
"styles": [
{
"input": "node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
},
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": [],
Expand Down Expand Up @@ -302,6 +300,7 @@
"projects/wallpaper-app/src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"projects/wallpaper-app/src/styles.scss"
],
"scripts": []
Expand Down Expand Up @@ -358,6 +357,7 @@
"tsConfig": "projects/wallpaper-app/tsconfig.spec.json",
"karmaConfig": "projects/wallpaper-app/karma.conf.js",
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"projects/wallpaper-app/src/styles.scss"
],
"scripts": [],
Expand Down
12 changes: 3 additions & 9 deletions package-lock.json

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

Loading

0 comments on commit d7e2178

Please sign in to comment.