Skip to content

Commit

Permalink
fix(demo): updated the demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 12, 2019
1 parent c01d7bf commit 4fe1433
Show file tree
Hide file tree
Showing 11 changed files with 361 additions and 90 deletions.
8 changes: 6 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,14 @@
}
],
"styles": [
"src/styles.scss",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
"./node_modules/prismjs/themes/prism-okaidia.css"
],
"scripts": []
"scripts": [
"./node_modules/prismjs/prism.js",
"./node_modules/prismjs/components/prism-typescript.min.js"
]
},
"configurations": {
"production": {
Expand Down
87 changes: 85 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
"@angular/common": "~8.2.13",
"@angular/compiler": "~8.2.13",
"@angular/core": "~8.2.13",
"@angular/flex-layout": "^8.0.0-beta.27",
"@angular/forms": "~8.2.13",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "~8.2.13",
"@angular/platform-browser-dynamic": "~8.2.13",
"@angular/router": "~8.2.13",
"hammerjs": "^2.0.8",
"ngx-markdown": "^8.2.1",
"rxjs": "~6.4.0",
"svg-country-flags": "^1.2.6",
"tslib": "^1.10.0",
Expand Down
Loading

0 comments on commit 4fe1433

Please sign in to comment.