igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
12 lines (11 loc) • 494 B
TypeScript
import { TemplateRef } from '@angular/core';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class IgxRowLoadingIndicatorTemplateDirective {
template: TemplateRef<any>;
constructor(template: TemplateRef<any>);
static ɵfac: i0.ɵɵFactoryDeclaration<IgxRowLoadingIndicatorTemplateDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IgxRowLoadingIndicatorTemplateDirective, "[igxRowLoadingIndicator]", never, {}, {}, never, never, true, never>;
}