Hi Jose,
Syncfusion Greetings.
We suspect that CSS are not loaded in your sample which could be the cause. To overcome this please add below highlighted lines in app.component.ts file and same can be available in below link.
@Component({
selector: 'app-root',
templateUrl: 'app.component.html',
providers: [DayService, WeekService, WorkWeekService, MonthService, AgendaService, ResizeService, DragAndDropService],
styleUrls: ['app.component.css'],
encapsulation: ViewEncapsulation.None,
})
Kindly try with the above sample and let us know, if you need any further assistance on this.
Regards,
M.Vinitha devi