I found a bug in your last update in this package:
https://www.npmjs.com/package/@progress/kendo-angular-dialog
The bug causes the modal not to show up.
In this bug you need to allways start the HTML files with the tag <kendo-dialog> and end the files </kendo-dialog> to fix the problem, which did not happen in previous versions of the package.
This bug is an issue because not even your tutorials work because of this.
Will you fix this?
Best regards André Lourenço
Hi Tim,
Basically the development version of the site is updating on every built where the live site on releases. That is why the dev site is updated more often.
The v4.1.3 of the Dialog component (which includes the fix) is already visible on site:
https://www.telerik.com/kendo-angular-ui/components/dialogs/changelog/
Regards,
Martin
Progress Telerik
Looks like 4.1.3 is out (5 hours ago) and it includes the fix. It's working again with this build.
Note: I don't see 4.1.3 in the change log yet. Maybe the documentation is updated daily?
Hi André,
Thank you for the provided feedback.
Indeed our development team is aware of this issue and I am happy to share that the fix is merged and it is available in the latest dev version of the package. Here is the link on how to obtain development builds:
https://www.telerik.com/kendo-angular-ui/components/installation/development-builds/
It seems that you are evaluating our product before deciding to buy a license. We recommend you to start a Trial in order to benefit from our technical support assistance:
https://www.telerik.com/purchase/support-plans
Regards,
Martin
Progress Telerik
The error in the console is this
DateNaissanceComponent.html:2 ERROR NullInjectorError: StaticInjectorError(AppModule)[LocalizedMessagesDirective -> LocalizationService]:
StaticInjectorError(Platform: core)[LocalizedMessagesDirective -> LocalizationService]:
NullInjectorError: No provider for LocalizationService!
at NullInjector.push../node_modules/@angular/core/fesm5/core.js.NullInjector.get (http://localhost:4200/vendor.js:44762:25)
at resolveToken (http://localhost:4200/vendor.js:55955:24)
at tryResolveToken (http://localhost:4200/vendor.js:55899:16)
at StaticInjector.push../node_modules/@angular/core/fesm5/core.js.StaticInjector.get (http://localhost:4200/vendor.js:55801:20)
at resolveToken (http://localhost:4200/vendor.js:55955:24)
at tryResolveToken (http://localhost:4200/vendor.js:55899:16)
at StaticInjector.push../node_modules/@angular/core/fesm5/core.js.StaticInjector.get (http://localhost:4200/vendor.js:55801:20)
at resolveNgModuleDep (http://localhost:4200/vendor.js:64271:29)
at NgModuleRef_.push../node_modules/@angular/core/fesm5/core.js.NgModuleRef_.get (http://localhost:4200/vendor.js:64942:16)
at resolveDep (http://localhost:4200/vendor.js:65313:45)
As you can see in the attached file