Our pure JavaScript Scheduler component


Post by gargikantesaria »

Hi there!

I want to integrate the scheduler with my angular project version 8. But i am not able to render UI. I am not getting the reason behind it. I have downloaded version scheduler pro-1.0.1-trial.

Can you please help?

I am attaching a screenshot for your reference.

Your help is appreciated.

Thanks, Gargi.

Attachments
The UI is not rendering properly.
The UI is not rendering properly.
Screenshot 2020-07-24 at 8.46.44 PM.png (581.07 KiB) Viewed 1366 times

Post by mats »

Looks like the path to the CSS is incorrect, try looking at the dev console?


Post by gargikantesaria »

Can you please help where to include the css and which css?


Post by saki »

I'd suggest to base your app on examples-scheduler/angular-8 example that you can find in the download package.

The required css is listed in angular.json of that example in architect.build.builder.options.styles:

"styles": [
  "src/styles.scss",
  "node_modules/bryntum-schedulerpro/schedulerpro.material.css"
],

Post by maxigg58 »

hi, could you solve?
i am in the same problem


Post by Maxim Gorkovsky »

Hello.
How do you include CSS? Have you installed npm package? Is requested CSS in the package?


Post by maxigg58 »

Maxim Gorkovsky wrote: Wed Jul 29, 2020 6:19 pm

Hello.
How do you include CSS? Have you installed npm package? Is requested CSS in the package?

Install the npm package referencing the folder that you copy inside my project.


Post by Maxim Gorkovsky »

Please provide runnable test case so we could inspect it, delete node_modules, zip and upload here.


Post Reply