Modules in Ribbon component

27 Apr 20242 minutes to read

The following modules are available in Ribbon. If the module injection type is selective, manual injection is required to extend the Ribbon’s functionality.

Module Description Module Injection Type
RibbonButtonService To use the built-in button as a ribbon item. default
RibbonCheckBoxService To use the built-in checkbox as a ribbon item. default
RibbonDropDownService To use the built-in dropdown button as a ribbon item. default
RibbonSplitButtonService To use the built-in split button as a ribbon item. default
RibbonComboBoxService To use the built-in combobox as a ribbon item. default
RibbonGroupButtonService To use the built-in groupbutton as a ribbon item. default
RibbonColorPickerService Inject this module to use the built-in colorpicker as a ribbon item. selective
RibbonGalleryService Inject this module to use the gallery as a ribbon item. selective
RibbonFileMenuService Inject this module to use the file menu feature. selective
RibbonBackstageService Inject this module to use the backstage view feature. selective
RibbonContextualTabService Inject this module to use the contextual tab feature. selective
RibbonKeyTipService Inject this module to use the keytip feature. selective

These modules should be injected into the providers section of root NgModule or component class.