- Updated Angular dependencies in package.json to version 20.2.0, including Angular Material and CDK.
- Refactored AuthInterceptor and LoadingInterceptor to use the new HttpInterceptorFn functional API.
- Modified the index file for interceptors to export the new functional interceptors.
- Enhanced the styling of the project detail popup with a dark theme and encapsulation settings.
- Updated main.ts to use the new interceptor setup with provideHttpClient.
- Added theming support for Angular Material in styles.scss, including light and dark themes.
- 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.
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