Skip to content

Commit

Permalink
Angular update (#34)
Browse files Browse the repository at this point in the history
* angular migrated to 13

* angular updated to 14

* angular material added

* removed boostrap and migrated to material

* evolved curd operations

---------

Co-authored-by: Durgesh Pal <durgesh.pal@soprasteria.com>
  • Loading branch information
imdurgeshpal and Durgesh Pal committed Oct 27, 2023
1 parent 887fc8d commit 7954976
Show file tree
Hide file tree
Showing 17 changed files with 21,310 additions and 10,252 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
19 changes: 3 additions & 16 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"src/assets"
],
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/theme.scss",
"src/styles.scss"
],
"scripts": [],
Expand Down Expand Up @@ -97,24 +97,12 @@
"src/assets"
],
"styles": [
"src/theme.scss",
"src/styles.scss"
],
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"tsconfig.app.json",
"tsconfig.spec.json",
"e2e/tsconfig.json"
],
"exclude": [
"**/node_modules/**"
]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand All @@ -134,8 +122,7 @@
}
}
},
"defaultProject": "Angular-CRUD-Operations",
"cli": {
"analytics": "1dc474a2-53c6-43c8-90bc-1675a49192c8"
}
}
}

0 comments on commit 7954976

Please sign in to comment.