Update with new components
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user