We do find out how to implement a standard theme step by step, but not how to build in a custom theme with prefix. Can you please tell us what the best way is to import a custom scheduler theme in a Angular project?
During build the terminal indicates that the folder demo/themes cannot be found. What could go wrong here?
Comment posted by Dan Letecky [DayPilot] 4 years ago.
You need to copy the theme CSS file to your Angular project and use a relative path in the @import clause. You might have a typo in the path or you forgot to copy the CSS file to the project.
Comment posted by SB 4 years ago.
thank you! it works :)
This question is more than 1 month old and has been closed. Please create a new question if you have anything to add.