ERROR in src/app/scheduler/group-agenda/group-agenda.component.ts(176,7): error TS2345: Argument of type '{ cssOnly: boolean; cssClassPrefix: string; onLoad: (args: BubbleLoadArgs) => void; }' is not assignable to parameter of type 'BubbleConfig'.
Object literal may only specify known properties, and 'cssOnly' does not exist in type 'BubbleConfig'.
src/app/scheduler/group-agenda/group-agenda.component.ts(2383,30): error TS2551: Property 'minutes' does not exist on type 'typeof Duration'. Did you mean 'ofMinutes'?
src/app/scheduler/group-scheduler/group-scheduler.component.ts(1812,30): error TS2551: Property 'minutes' does not exist on type 'typeof Duration'. Did you mean 'ofMinutes'?
src/app/scheduler/project-scheduler/project-scheduler.component.ts(121,7): error TS2345: Argument of type '{ cssOnly: boolean; cssClassPrefix: string; onLoad: (args: BubbleLoadArgs) => void; }' is not assignable to parameter of type 'BubbleConfig'.
Object literal may only specify known properties, and 'cssOnly' does not exist in type 'BubbleConfig'.
src/app/scheduler/project-scheduler/project-scheduler.component.ts(1805,30): error TS2551: Property 'minutes' does not exist on type 'typeof Duration'. Did you mean 'ofMinutes'?
src/app/scheduler/resources-cal/resources-cal.component.ts(613,7): error TS2345: Argument of type '{ cssOnly: boolean; cssClassPrefix: string; onLoad: (args: BubbleLoadArgs) => void; }' is not assignable to parameter of type 'BubbleConfig'.
Object literal may only specify known properties, and 'cssOnly' does not exist in type 'BubbleConfig'.
src/app/scheduler/schedule/scheduler.component.ts(203,7): error TS2345: Argument of type '{ cssOnly: boolean; cssClassPrefix: string; onLoad: (args: BubbleLoadArgs) => void; }' is not assignable to parameter of type 'BubbleConfig'.
Object literal may only specify known properties, and 'cssOnly' does not exist in type 'BubbleConfig'.
src/app/scheduler/schedule/scheduler.component.ts(2837,30): error TS2551: Property 'minutes' does not exist on type 'typeof Duration'. Did you mean 'ofMinutes'?
src/app/scheduler/show-program-scheduler/show-program-scheduler.component.ts(75,7): error TS2345: Argument of type '{ showAfter: number; cssOnly: boolean; cssClassPrefix: string; onLoad: (args: BubbleLoadArgs) => void; }' is not assignable to parameter of type 'BubbleConfig'.
Object literal may only specify known properties, and 'cssOnly' does not exist in type 'BubbleConfig'.
src/app/scheduler/user-scheduler/user-scheduler.component.ts(327,7): error TS2345: Argument of type '{ cssOnly: boolean; cssClassPrefix: string; onLoad: (args: BubbleLoadArgs) => void; }' is not assignable to parameter of type 'BubbleConfig'.
Object literal may only specify known properties, and 'cssOnly' does not exist in type 'BubbleConfig'