end user
This commit is contained in:
parent
110636ae2e
commit
2675068bcf
@ -1,14 +1,5 @@
|
|||||||
import { Component, NgModule } from '@angular/core';
|
import { Component, NgModule } from '@angular/core';
|
||||||
import { RouterModule, Routes } from '@angular/router';
|
import { RouterModule, Routes } from '@angular/router';
|
||||||
<<<<<<< HEAD
|
|
||||||
import { AddBusinessListComponent } from './business/add-business-list/add-business-list.component';
|
|
||||||
=======
|
|
||||||
import { AppoinmentsListComponent } from './appoinments/appoinments-list/appoinments-list.component';
|
|
||||||
import { BusinessListComponent } from './business/business-list/business-list.component';
|
|
||||||
import { CalendarListComponent } from './calendars/calendar-list/calendar-list.component';
|
|
||||||
import { CustomersListComponent } from './customers/customers-list/customers-list.component';
|
|
||||||
import { ServiceListComponent } from './service-list-details/service-list/service-list.component';
|
|
||||||
>>>>>>> ad201609bd8dc2d9a939bf24f4eb3c1b0107e912
|
|
||||||
import { UserListComponent } from './user/user-list/user-list.component';
|
import { UserListComponent } from './user/user-list/user-list.component';
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -109,13 +109,8 @@ export class BusinessListComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
openDialog(action,obj) {
|
openDialog(action,obj) {
|
||||||
obj.action = action;
|
obj.action = action;
|
||||||
<<<<<<< HEAD
|
|
||||||
const dialogRef = this.dialog.open(DialogBoxComponent, {
|
|
||||||
width: '30%',
|
|
||||||
=======
|
|
||||||
const dialogRef = this.dialog.open(AddBusinessComponent, {
|
const dialogRef = this.dialog.open(AddBusinessComponent, {
|
||||||
width: '39%',
|
width: '30%',
|
||||||
>>>>>>> ad201609bd8dc2d9a939bf24f4eb3c1b0107e912
|
|
||||||
height: '100%',
|
height: '100%',
|
||||||
// maxWidth: '38vw',
|
// maxWidth: '38vw',
|
||||||
position: { right: '0' },
|
position: { right: '0' },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user