#101903
skriaa
Member

Hello,
thank you for your reply, i tested the script that you shared and unfortunately i’m having the same error  with “views”:
Type ‘SchedulerViewType[]’ is not assignable to type ‘SchedulerViewType’. Type ‘SchedulerViewType[]’ is not assignable to type ‘”timelineMonth”‘.
 
app.component.ts:
<div>
<div> view = ‘workWeek’ as SchedulerViewType;</div>
<div>  views = [{</div>
<div>    label: ‘Work Week’,</div>
<div>    value: ‘workWeek’,</div>
<div>    type: ‘week’,</div>
<div>    shortcutKey: ‘W'</div>
<div>}, ‘month’] as SchedulerViews[];</div>
<div></div>
</div>
and in my app.component.html :
<div>
<div>[views]=”views”</div>
</div>
thank you.
Best regards