Commit Graph

6 Commits

Author SHA1 Message Date
b4c5fddf0d Merge remote-tracking branch 'origin/task/upgrade-to-angular20' into task-project-view-component-changes 2026-03-14 17:45:41 +05:30
67f668fdd8 feat: update dependencies and add Angular Material components
- 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.
2026-03-14 17:36:16 +05:30
3cb47c7c1a chore: upgrade Angular and related dependencies to version 20.0.0
feat: refactor AboutComponent to be standalone and include CommonModule
feat: refactor BlogComponent to be standalone and include CommonModule
feat: refactor ContactSidebarComponent to be standalone and include CommonModule
feat: refactor ContactComponent to be standalone and include CommonModule and FormsModule
feat: refactor NavbarComponent to be standalone and include CommonModule and RouterModule
feat: refactor ProjectsComponent to be standalone and include CommonModule
feat: refactor ResumeComponent to be standalone and include CommonModule
feat: refactor AppComponent to be standalone and include necessary components
feat: remove AppModule in favor of standalone components
fix: update tests to include HttpClientTestingModule where necessary
fix: update routing module to export appRoutes without NgModule
chore: add environment configuration for production
2026-03-14 09:38:15 +05:30
edd2798581 created components, routing and applied styles 2024-04-15 15:26:22 +05:30
00d7c75564 updated angular cli 2024-04-09 17:28:24 +05:30
ffa7525ece created angular project 2023-07-19 15:35:12 +05:30