We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can use "devextreme-intl" and "loadMessages" function and localized components, but not all of I need.
When i install cldr-data + globalize and try to use different functions like:
Globalize.load( deCaGregorian, deNumbers, deCurrencies, ruCaGregorian, ruNumbers, ruCurrencies );
I get a lot of errors in console related with working globalize with "cldr" and "cldr/event".
Can you create example project with Angular CLI + Globalize and Globalize.load() ? The main what i need it's use Globalize.load().
The text was updated successfully, but these errors were encountered:
I have the same problem with my Angular 5 and CLI 1.7 version and dev-extreme 18.1.3 version. Globalize not working with CLI (
Sorry, something went wrong.
I recommend that you refer to the following thread where a similar inquiry was discussed: Can't get Globalize to work inside an Angular CLI project
Excellent! Working! Thank you!
No branches or pull requests
I can use "devextreme-intl" and "loadMessages" function and localized components, but not all of I need.
When i install cldr-data + globalize and try to use different functions like:
Globalize.load( deCaGregorian, deNumbers, deCurrencies, ruCaGregorian, ruNumbers, ruCurrencies );
I get a lot of errors in console related with working globalize with "cldr" and "cldr/event".
Can you create example project with Angular CLI + Globalize and Globalize.load() ?
The main what i need it's use Globalize.load().
The text was updated successfully, but these errors were encountered: