issue screen with other Small fixes
This commit is contained in:
parent
69894ac132
commit
58fb99cc5b
15 changed files with 820 additions and 13 deletions
|
|
@ -281,6 +281,8 @@ import { DownloadCertificateComponent } from './dashboard/download-certificate/d
|
|||
import { DeviceSettingComponent } from './device-setting/device-setting.component';
|
||||
import { UserSettingComponent } from './user-setting/user-setting.component';
|
||||
import { IndexingReportComponent } from './indexingReport/index-report.component';
|
||||
import { IssueListKycComponent } from './kyc-approval/issue-list/issue-list.component';
|
||||
import { IssueAddKycComponent } from './kyc-approval/issue-add/issue-add.component';
|
||||
// import { DisatanceReportComponent } from './report/disatance-report/disatance-report.component';
|
||||
// import { MainComponent } from './report/main/main.component';
|
||||
// import { AcReportsComponent } from './report/ac-report/ac-report.component';
|
||||
|
|
@ -533,6 +535,8 @@ export function createTranslateLoader(http: Http) {
|
|||
RtoMasterComponent,
|
||||
DeviceKYCComponent,
|
||||
DeviceDocComponent,
|
||||
IssueAddKycComponent,
|
||||
IssueListKycComponent,
|
||||
NewRoutePlanReportComponent,
|
||||
ModelMasterComponent,
|
||||
TrackedUntrackedVehiclesComponent,
|
||||
|
|
@ -621,8 +625,8 @@ export function createTranslateLoader(http: Http) {
|
|||
|
||||
],
|
||||
schemas: [ NO_ERRORS_SCHEMA ],
|
||||
entryComponents:[PoiDtlDelComponent,EditDeviceMasterComponent,AcreportInfoComponent,GpsEditMasterComponent,RenewalHistoryComponent,PoiMenuComponent,ExpenseComponentComponent,
|
||||
AddpoiBylocationComponent,CreateTripComponent,CommentWindowComponent,DetailComponent,DailyDetailsComponent,RenewVehicleComponent,ViewCustomerDetailsComponent,OtpScreenComponent,DeviceDocComponent,TrackedUntrackedVehiclesComponent,DownloadCertificateComponent,
|
||||
entryComponents:[IssueAddKycComponent, PoiDtlDelComponent,EditDeviceMasterComponent,AcreportInfoComponent,GpsEditMasterComponent,RenewalHistoryComponent,PoiMenuComponent,ExpenseComponentComponent,
|
||||
AddpoiBylocationComponent,CreateTripComponent,CommentWindowComponent,DetailComponent,DailyDetailsComponent,RenewVehicleComponent,ViewCustomerDetailsComponent,OtpScreenComponent,DeviceDocComponent,IssueAddKycComponent,IssueListKycComponent,TrackedUntrackedVehiclesComponent,DownloadCertificateComponent,
|
||||
AnnouncementComponent,SelectUntrackVehiclesComponent,ExpenselistComponent,AddPlanComponent,AddDriverComponent,ShowPullDataLinkComponent,HualtListComponent,ShoRoutePlanComponent,EChalanComponent,TrackedVehiclesComponent,ViewCertificateComponent,],
|
||||
providers: [/* AuthService , */ AlertService, Data, SimpleTimer,DatainjectionService,ContactService,ReportService,
|
||||
{ provide: MD_DIALOG_DATA, useValue: {} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue