File

packages/ui/src/lib/loader/with-loader.interface.ts

Description

This interface can be used on a component that uses a loader.

Index

Properties

Properties

loader
loader: LoaderComponent
Type : LoaderComponent

The loader that is contacted on any kind of loading operation.

import { LoaderComponent } from './loader.component';
/** This interface can be used on a component that uses a loader. */
export interface WithLoader {
  /** The loader that is contacted on any kind of loading operation. */
  loader: LoaderComponent;
}

result-matching ""

    No results matching ""