GitHub

Loading Icon

Loading icons are used as an indicator of an event in progress.

DaffLoadingIconModule

import { DaffLoadingIconModule } from '@daffodil/design/loading-icon'
@NgModule()
class DaffLoadingIconModule {}

DaffLoadingIconComponent

import { DaffLoadingIconComponent } from '@daffodil/design/loading-icon'
@Component()
class DaffLoadingIconComponent {}
Selector: 'daff-loading-icon'

DAFF_LOADING_ICON_COMPONENTS

import { DAFF_LOADING_ICON_COMPONENTS } from '@daffodil/design/loading-icon'
const DAFF_LOADING_ICON_COMPONENTS: readonly [typeof DaffLoadingIconComponent]