Skip to content

Commit

Permalink
#9: Working on new version
Browse files Browse the repository at this point in the history
  • Loading branch information
aloketewary committed Jun 3, 2022
1 parent d4f397e commit 9548306
Show file tree
Hide file tree
Showing 48 changed files with 1,407 additions and 526 deletions.
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"src/assets"
],
"styles": [
"src/styles.scss"
"src/styles.scss",
"src/themes/ddt-theme.scss"
],
"scripts": []
},
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/cdk": "^13.3.8",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "~13.3.0",
"@angular/material": "^13.3.8",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
Expand Down
10 changes: 0 additions & 10 deletions src/app/app-routing.module.ts

This file was deleted.

Loading

0 comments on commit 9548306

Please sign in to comment.