Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERROR in app/staff/common.module.ts(48,5): Error during template compile of 'StaffCommonModule'
- Could not resolve @eg/share/validators/datetime_validator.directive relative to [object Object]..
- 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'.
- Object literal may only specify known properties, and 'timezoneContextOrg' does not exist in type 'FormatParams'.
- src/app/share/validators/not_before_moment_validator.directive.ts(5,25): error TS2307: Cannot find module 'moment-timezone'.
- src/app/staff/common.module.ts(24,42): error TS2307: Cannot find module '@eg/share/validators/datetime_validator.directive'.
- src/app/staff/booking/create-reservation-dialog.component.ts(18,25): error TS2307: Cannot find module 'moment-timezone'.
- src/app/staff/booking/schedule-grid.service.ts(9,25): error TS2307: Cannot find module '@eg/share/daterange-select/daterange-select.component'.
- src/app/staff/booking/schedule-grid.service.ts(11,25): error TS2307: Cannot find module 'moment-timezone'.
- src/app/staff/booking/create-reservation.component.ts(18,25): error TS2307: Cannot find module '@eg/share/daterange-select/daterange-select.component'.
- src/app/staff/booking/create-reservation.component.ts(23,25): error TS2307: Cannot find module 'moment-timezone'.
- src/app/staff/booking/reservations-grid.component.ts(20,25): error TS2307: Cannot find module 'moment-timezone'.
- 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