- Added @angular/cdk and @angular/material to package.json. - Updated routing titles for better clarity in app-routing.module.ts. - Integrated MatDialogModule in app.module.ts for dialog functionality. - Enhanced project model with additional fields: challenges, lessonsLearned, impact, startDate, endDate, status, and resumeId. - Improved projects.component.html for better structure and readability. - Implemented openViewProject method in projects.component.ts to handle project detail dialog. - Added Roboto font and Material Icons in index.html for UI consistency. - Updated global styles in styles.scss for better layout and font settings. - Created project-detail-popup component with HTML, SCSS, and TypeScript files for displaying project details in a dialog.
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "my-portfolio",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^17.3.3",
|
|
"@angular/cdk": "^17.3.10",
|
|
"@angular/common": "^17.3.3",
|
|
"@angular/compiler": "^17.3.3",
|
|
"@angular/core": "^17.3.3",
|
|
"@angular/forms": "^17.3.3",
|
|
"@angular/material": "^17.3.10",
|
|
"@angular/platform-browser": "^17.3.3",
|
|
"@angular/platform-browser-dynamic": "^17.3.3",
|
|
"@angular/router": "^17.3.3",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.14.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^17.3.3",
|
|
"@angular/cli": "~17.3.3",
|
|
"@angular/compiler-cli": "^17.3.3",
|
|
"@types/jasmine": "~4.3.0",
|
|
"jasmine-core": "~4.6.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.2.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.1.0",
|
|
"typescript": "~5.4.4"
|
|
}
|
|
} |