UNPKG

igniteui-angular-sovn

Version:

Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps

14 lines (11 loc) 268 B
import { Directive, TemplateRef } from '@angular/core'; /** * @hidden */ @Directive({ selector: '[igxRowLoadingIndicator]', standalone: true }) export class IgxRowLoadingIndicatorTemplateDirective { constructor(public template: TemplateRef<any>) { } }