Skip to content

Commit 912a254

Browse files
committed
feat(showcase): add a showcase
1 parent d281ac8 commit 912a254

11 files changed

Lines changed: 175 additions & 554 deletions

angular.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@
3131
"projects/pretty-html-log/tsconfig.lib.json",
3232
"projects/pretty-html-log/tsconfig.spec.json"
3333
],
34-
"exclude": [
35-
"**/node_modules/**"
36-
]
34+
"exclude": ["**/node_modules/**"]
3735
}
3836
}
3937
}
@@ -59,6 +57,7 @@
5957
"projects/pretty-html-log-showcase/src/assets"
6058
],
6159
"styles": [
60+
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
6261
"projects/pretty-html-log-showcase/src/styles.css"
6362
],
6463
"scripts": []
@@ -123,9 +122,7 @@
123122
"projects/pretty-html-log-showcase/src/favicon.ico",
124123
"projects/pretty-html-log-showcase/src/assets"
125124
],
126-
"styles": [
127-
"projects/pretty-html-log-showcase/src/styles.css"
128-
],
125+
"styles": ["projects/pretty-html-log-showcase/src/styles.css"],
129126
"scripts": []
130127
}
131128
},
@@ -137,9 +134,7 @@
137134
"projects/pretty-html-log-showcase/tsconfig.spec.json",
138135
"projects/pretty-html-log-showcase/e2e/tsconfig.json"
139136
],
140-
"exclude": [
141-
"**/node_modules/**"
142-
]
137+
"exclude": ["**/node_modules/**"]
143138
}
144139
},
145140
"e2e": {
@@ -155,6 +150,7 @@
155150
}
156151
}
157152
}
158-
}},
153+
}
154+
},
159155
"defaultProject": "pretty-html-log"
160-
}
156+
}

package-lock.json

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@
1818
"private": true,
1919
"dependencies": {
2020
"@angular/animations": "~8.2.9",
21+
"@angular/cdk": "~8.2.3",
2122
"@angular/common": "~8.2.9",
2223
"@angular/compiler": "~8.2.9",
2324
"@angular/core": "~8.2.9",
2425
"@angular/forms": "~8.2.9",
26+
"@angular/material": "^8.2.3",
2527
"@angular/platform-browser": "~8.2.9",
2628
"@angular/platform-browser-dynamic": "~8.2.9",
2729
"@angular/router": "~8.2.9",

0 commit comments

Comments
 (0)