Commit 4b5029cb authored by hasan khaddour's avatar hasan khaddour

fixed s

parent 503af17c
import { Component } from '@angular/core';
@Component({
selector: 'employee-track-history',
templateUrl: './employee-track-history.component.html',
styleUrl: './employee-track-history.component.css'
})
export class EmployeeTrackHistoryComponent {
}
......@@ -10,6 +10,7 @@ import { EmployeeTrackComponent } from './components/employee-track/employee-tra
import { StepTrackDetailsComponent } from './pages/step-track-details/step-track-details.component';
import { ProjectTrackHistoryComponent } from './pages/project-track-history/project-track-history.component';
import { StepTrackHistoryComponent } from './pages/step-track-history/step-track-history.component';
import { EmployeeTrackHistoryComponent } from './pages/employee-track-history/employee-track-history.component';
@NgModule({
......@@ -21,7 +22,8 @@ import { StepTrackHistoryComponent } from './pages/step-track-history/step-track
EmployeeTrackComponent,
StepTrackDetailsComponent,
ProjectTrackHistoryComponent,
StepTrackHistoryComponent
StepTrackHistoryComponent,
EmployeeTrackHistoryComponent
],
imports: [
CommonModule,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment