Skip to content

Commit

Permalink
Landing page scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
vaslabs committed Mar 26, 2021
1 parent a496273 commit e6cdf68
Show file tree
Hide file tree
Showing 13 changed files with 154 additions and 505 deletions.
2 changes: 2 additions & 0 deletions ui/pi-web-agent-app/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
Expand Down Expand Up @@ -98,6 +99,7 @@
"src/assets"
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
],
"scripts": []
Expand Down
25 changes: 25 additions & 0 deletions ui/pi-web-agent-app/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 ui/pi-web-agent-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"private": true,
"dependencies": {
"@angular/animations": "~11.2.6",
"@angular/cdk": "^11.2.6",
"@angular/common": "~11.2.6",
"@angular/compiler": "~11.2.6",
"@angular/core": "~11.2.6",
"@angular/forms": "~11.2.6",
"@angular/material": "^11.2.6",
"@angular/platform-browser": "~11.2.6",
"@angular/platform-browser-dynamic": "~11.2.6",
"@angular/router": "~11.2.6",
Expand Down
Loading

0 comments on commit e6cdf68

Please sign in to comment.