New to Kendo UI for Angular? Start a free 30-day trial

PluginsFn

Represents the callback that is used by the plugins property.

 pluginsCallback(defaultPlugins: Plugin[]): Plugin[] {
   const myPlugin = new Plugin({/custom plugin code/});
   return [...defaultPlugins, myPlugin];
 }

In this article

Not finding the help you need?