Update with new components

This commit is contained in:
2025-09-23 19:41:25 +05:30
parent cfe68a276f
commit bd2f5b95ce
129 changed files with 5849 additions and 1169 deletions

View File

@ -1,5 +1,6 @@
import {Compiler, NgModule} from '@angular/core';
import {BrowserModule} from '@angular/platform-browser';
import { HashLocationStrategy, LocationStrategy } from '@angular/common';
@ -30,6 +31,8 @@ import { BlogService } from './service/blog.service';
import { AngularEditorModule } from '@josipv/angular-editor-k2';
import { NotificationModule } from './notification/notification.module';
import { EventFormComponent } from './component/event-form/event-form.component';
import { CareerComponent } from './component/career/career.component';
import { EducationComponent } from './component/education/education.component';
// import { PagesModule } from './pages/pages.module';
@ -39,6 +42,8 @@ import { EventFormComponent } from './component/event-form/event-form.component'
@NgModule({
declarations: [
AppComponent,
// EducationComponent,
// CareerComponent,
// LoginComponent,
// RegisterComponent,
// UserComponent,