Ignite UI CLI Version
15.2.1
Framework
React, Angular, Web Components, jQuery
CLI Command
new
Node.js Version
20.11.0
Operating System
Windows
Package Manager
None
Description
The Ignite UI Blazor setup guidance only mentions adding the required theme CSS, but it does not mention the required Ignite UI Blazor runtime script.
The following script is required for the components to work properly:
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>
Without this script, the setup instructions are incomplete and can result in components not functioning correctly at runtime.
Steps to Reproduce
- Create or open a Blazor application.
- Follow the Ignite UI Blazor setup guidance.
- Add the mentioned theme CSS as instructed.
- Run the application with Ignite UI Blazor components.
- Check the setup guidance and generated configuration for the runtime script.
Actual Result
The setup guidance only includes the theme CSS requirement and does not mention the required runtime script:
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>
As a result, users may follow the instructions exactly but still end up with an incomplete setup.
Expected Result
The Ignite UI Blazor setup guidance should mention both the required theme CSS and the required runtime script.
The required script should be included in the guidance:
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>
Error Output / Logs
No terminal error is necessarily shown. The issue is related to incomplete setup guidance/documentation.
Additional Context
No response
Ignite UI CLI Version
15.2.1
Framework
React, Angular, Web Components, jQuery
CLI Command
new
Node.js Version
20.11.0
Operating System
Windows
Package Manager
None
Description
The Ignite UI Blazor setup guidance only mentions adding the required theme CSS, but it does not mention the required Ignite UI Blazor runtime script.
The following script is required for the components to work properly:
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>Without this script, the setup instructions are incomplete and can result in components not functioning correctly at runtime.
Steps to Reproduce
Actual Result
The setup guidance only includes the theme CSS requirement and does not mention the required runtime script:
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>As a result, users may follow the instructions exactly but still end up with an incomplete setup.
Expected Result
The Ignite UI Blazor setup guidance should mention both the required theme CSS and the required runtime script.
The required script should be included in the guidance:
<script src="_content/IgniteUI.Blazor/app.bundle.js"></script>Error Output / Logs
Additional Context
No response