Integration with Angular 8

We want to use the scheduler’s timeline view in our project. I transferred the demo to the project. But there is a distorted image. We are unable to perform the demo. Can you help? We are using Angular version 8. I shared the relevant screenshots below. I’ll be happy if you can help me. Thank you so much.
Code:

declare let scheduler any;
import"…/…/…/…/…/…/node_modules/dhtmlx-scheduler/codebase/dhtmlxscheduler.css";
import “…/…/…/…/…/…/node_modules/dhtmlx-scheduler/codebase/dhtmlxscheduler”;
import “…/…/…/…/…/…/node_modules/dhtmlx-scheduler/codebase/ext/dhtmlxscheduler_timeline.js”
import “…/…/…/…/…/…/node_modules/dhtmlx-scheduler/codebase/ext/dhtmlxscheduler_daytimeline”;
import “…/…/…/…/…/…/node_modules/dhtmlx-scheduler/codebase/ext/dhtmlxscheduler_limit”;

Hello @dlnatn ,

Looks like the issue occurs, because you included the CSS file of the scheduler(dhtmlxscheduler.css) in an incorrect way:
https://recordit.co/vSJzaxukwU
so, the final HTML page can’t reach them.

The correct way is to import CSS styles through the angular-cli.json file, as you can see in our dem:

If it’s not your case, could you please provide me a simplified demo, which I will be able to run locally and reproduce the issue?