KENDO_FLOATINGACTIONBUTTON
Constant
Use the KENDO_FLOATINGACTIONBUTTON utility array to add all FloatingActionButton-related components and directives to a standalone Angular component.
Definition
Package:@progress/kendo-angular-buttons
Syntax:
TS
@Component({
standalone: true,
imports: [KENDO_FLOATINGACTIONBUTTON],
// ...
})
export class MyComponent {}