The default constructor
The element reference for this component
The action config containing component properties
The event emitted when an action has been selected
Action template for custom actions
Check if the component config has changed
Setup component configuration upon initialization
Generated using TypeDoc
List actions component.
By default, buttons and kebab have no padding so they may inherit stying from components such as list and toolbar.
Usage:
// NGX Bootstrap import { BsDropdownConfig, BsDropdownModule } from 'ngx-bootstrap/dropdown';
@NgModule({ imports: [ActionModule, BsDropdownModule.forRoot(),...], providers: [BsDropdownConfig] }) export class AppModule(){}
Optional: