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
We need to load different culture files depending on selected culture on our page, currently in our systemjs/gulp based project we have the following construct, this is just one example, we have similar situations with other packages, where we do not know until runtime what to actually load.
The feature request here is that I cannot really find any documentation on how to solve this issue, I really hope it can be done already in angular-cli so my hope is that this feature request is for better documentation.
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Versions.
1.0.0
Desired functionality.
We need to load different culture files depending on selected culture on our page, currently in our systemjs/gulp based project we have the following construct, this is just one example, we have similar situations with other packages, where we do not know until runtime what to actually load.
System.import("kendo/cultures/kendo.culture." + getLocale() + ".min.js")
.then(() => System.import("kendo.core.min")
.then(() => kendo.culture(getLocale());
The feature request here is that I cannot really find any documentation on how to solve this issue, I really hope it can be done already in angular-cli so my hope is that this feature request is for better documentation.
The text was updated successfully, but these errors were encountered: