You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Loading only the required PDFViewer scripts](#loading-only-the-required-pdfviewer-scripts)
69
-
-[Using RenderAsModule option for module-based script initialization](#using-renderasmodule-for-module-based-script-initialization)
70
70
-[Compiling the PDF.js scripts to UMD modules](#compiling-pdfjs-scripts-to-umd-modules)
71
71
72
+
### Using RenderAsModule for Module-Based Script Initialization
73
+
74
+
The recommended solution is to include the required Kendo UI scripts as modules and enable the `RenderAsModule` option, which will add `type="module"` to the initialization scripts of all Telerik UI components in the application.
75
+
76
+
Also, it is important to ensure that `type="module"` is added to all script tags that contain custom logic related to the Telerik UI components.
@@ -157,62 +212,6 @@ Instead of loading the whole "kendo.all.min.js" script file twice, you can inclu
157
212
```
158
213
{% endif %}
159
214
160
-
### Using RenderAsModule for Module-Based Script Initialization
161
-
162
-
Another solution is to include the required Kendo UI scripts as modules and enable the `RenderAsModule` option, which will add `type="module"` to the initialization scripts of all Telerik UI components in the application.
163
-
164
-
Also, it is important to ensure that `type="module"` is added to all script tags that contain custom logic related to the Telerik UI components.
0 commit comments