Any Plans to update Kendo Button directive to standalone ?

1 Answer 168 Views
Button
danywalls
Top achievements
Rank 1
danywalls asked on 29 May 2023, 05:45 PM

Hi, I'm trying to use `kendoButton` directive as a hostDirectives, but only support standalone directives., any plan to update kendo directives to standalone ? 

@Component({
selector: 'wrapper-button',
standalone: true,
hostDirectives: [
kendoButton,
//other directives
],
template: `
<button></button> `,
imports: [
ButtonModule
]
})

1 Answer, 1 is accepted

Sort by
0
Yanmario
Telerik team
answered on 01 Jun 2023, 10:09 AM

Hi Dany,

I am afraid that the Kendo Button internally is a component and there aren't plans to make such modifications to work with hostDirectives property. The button itself was moved to be a component from a directive in version 11.0.0 in the breaking changes section:

https://www.telerik.com/kendo-angular-ui/components/changelogs/kendo-angular-ui/#v11.0.0

Regards,
Yanmario
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Kendo family, check out our getting started resources
Tags
Button
Asked by
danywalls
Top achievements
Rank 1
Answers by
Yanmario
Telerik team
Share this question
or