diff --git a/ng-seed/src/app/appoinment/appoinment-routing.module.ts b/ng-seed/src/app/appoinment/appoinment-routing.module.ts index 17f1a4e..c9c0c6a 100644 --- a/ng-seed/src/app/appoinment/appoinment-routing.module.ts +++ b/ng-seed/src/app/appoinment/appoinment-routing.module.ts @@ -9,6 +9,7 @@ import { ServiceListComponent } from './service-list-details/service-list/servic import { AddUserListComponent } from './user/add-user-list/add-user-list.component'; import { UserListComponent } from './user/user-list/user-list.component'; import { } from './service-list-details/service-list/service-list.component' +import { ConsultantsListComponent } from './consultants/consultants-list/consultants-list.component'; const routes: Routes = [{ @@ -46,6 +47,10 @@ const routes: Routes = [{ { path: 'services-list', component: ServiceListComponent +}, +{ + path: 'consultants-list', + component: ConsultantsListComponent } diff --git a/ng-seed/src/app/appoinment/appoinment.module.ts b/ng-seed/src/app/appoinment/appoinment.module.ts index bec5e05..d4d5af0 100644 --- a/ng-seed/src/app/appoinment/appoinment.module.ts +++ b/ng-seed/src/app/appoinment/appoinment.module.ts @@ -10,6 +10,7 @@ import { DemoMaterialModule } from 'app/shared/demo.module'; import { MatCardModule } from '@angular/material/card'; import { ServiceListComponent } from './service-list-details/service-list/service-list.component'; import { ServiceListModule } from './service-list-details/service-list.module'; +import { ConsultantsModule } from './consultants/consultants.module'; @NgModule({ declarations: [ @@ -23,7 +24,8 @@ import { ServiceListModule } from './service-list-details/service-list.module'; AppoinmentsModule, CustomersModule, CalendarsModule, - ServiceListModule + ServiceListModule, + ConsultantsModule ], }) diff --git a/ng-seed/src/app/appoinment/consultants/consultants-list/consultants-list.component.html b/ng-seed/src/app/appoinment/consultants/consultants-list/consultants-list.component.html new file mode 100644 index 0000000..d31d829 --- /dev/null +++ b/ng-seed/src/app/appoinment/consultants/consultants-list/consultants-list.component.html @@ -0,0 +1,44 @@ +