Hi,
I recently try to add Scheduler Timeline (pro)
When I implement Scheduler in my html page and load it, here the result :
I think it’s because the css loaded badly
here the angular.json for import the css.
Please, take note I’m in scss
“projectType”: “application”,
“schematics”: {
“@schematics/angular:component”: {
“style”: “scss”
}
},
Can someone give me some help/tips to fix that ?
Regards