I implemented progressbar to my page but it doesn't seem eventhough other compenents grid, dropdown, autocomplete work fine. .I only put following code.
Thanks,
<ejs-progressbar id="lineardeterminate" type='Linear' height='60' minimum="0" maximum="100"
value=100>
</ejs-progressbar>
When i monitoring Chrome's console, the following error is shown.
Uncaught TypeError: Cannot read properties of undefined (reading 'ProgressBar')