UNPKG

ngx-slice-kit

Version:

[![npm version](https://badge.fury.io/js/ngx-slice-kit.svg)](https://badge.fury.io/js/ngx-slice-kit)

12 lines (11 loc) 548 B
import { ComponentFactoryResolver, ViewContainerRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class LoadingDirective { private vcRef; private resolver; loader: string; constructor(vcRef: ViewContainerRef, resolver: ComponentFactoryResolver); set ngIf(val: any); static ɵfac: i0.ɵɵFactoryDeclaration<LoadingDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<LoadingDirective, "[sdkLoading]", never, { "loader": "loader"; "ngIf": "sdkLoading"; }, {}, never, never, false>; }