I am getting error saying '"@progress/kendo-angular-buttons"' has no exported member 'ButtonFillMode'. while using kendo Editor toolbar module. I have install all the dependencies for EditorModule libraries. Even I am getting the same error. the link which I am referring to use editor toolbar in angular is https://www.telerik.com/kendo-angular-ui/components/editor/tools/
Belows are the error which I am getting while building my Angular project.
I am using Angular 12 with Kendo UI. Also I'm trying use kendo Editor Toolbar libraries.
please let me know if you have faced this kinds of error and if you have resolved it. Thank you in advance.
I don't think that the options are explicitly defined in Kendo's library. If you look at the underlying JavaScript (specifically kendo-angular-buttons/dist/cdn/main.js), the
getStylingClasses
method does the following:Theoretically you can set the
fillMode
to a bad value (like foo), all it does is add the following classes:I think your best option would be to simply define the values as an exportable enum: