AbsaOSS / cps-shared-ui

Angular shared components library
https://absaoss.github.io/cps-shared-ui/
Apache License 2.0
2 stars 2 forks source link

Add loading state to menu items #310

Closed fateeand closed 7 months ago

fateeand commented 7 months ago

export type CpsMenuItem = { title: string; action?: (event?: any) => void; icon?: string; desc?: string; url?: string; target?: string; disabled?: boolean; loading?: boolean; };