Advertisement
chrissharp123

Untitled

Aug 13th, 2019
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. ERROR in app/staff/common.module.ts(48,5): Error during template compile of 'StaffCommonModule'
  2. Could not resolve @eg/share/validators/datetime_validator.directive relative to [object Object]..
  3. src/app/share/grid/grid.ts(737,13): error TS2345: Argument of type '{ value: any; idlClass: string; idlField: any; datatype: string; datePlusTime: boolean; timezoneContextOrg: number; }' is not assignable to parameter of type 'FormatParams'.
  4. Object literal may only specify known properties, and 'timezoneContextOrg' does not exist in type 'FormatParams'.
  5. src/app/share/validators/not_before_moment_validator.directive.ts(5,25): error TS2307: Cannot find module 'moment-timezone'.
  6. src/app/staff/common.module.ts(24,42): error TS2307: Cannot find module '@eg/share/validators/datetime_validator.directive'.
  7. src/app/staff/booking/create-reservation-dialog.component.ts(18,25): error TS2307: Cannot find module 'moment-timezone'.
  8. src/app/staff/booking/schedule-grid.service.ts(9,25): error TS2307: Cannot find module '@eg/share/daterange-select/daterange-select.component'.
  9. src/app/staff/booking/schedule-grid.service.ts(11,25): error TS2307: Cannot find module 'moment-timezone'.
  10. src/app/staff/booking/create-reservation.component.ts(18,25): error TS2307: Cannot find module '@eg/share/daterange-select/daterange-select.component'.
  11. src/app/staff/booking/create-reservation.component.ts(23,25): error TS2307: Cannot find module 'moment-timezone'.
  12. src/app/staff/booking/reservations-grid.component.ts(20,25): error TS2307: Cannot find module 'moment-timezone'.
  13. src/app/staff/booking/reservations-grid.component.ts(299,28): error TS2339: Property 'momentizeIsoString' does not exist on type 'FormatService'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement