UNPKG

@rangertechnologies/ngnxt

Version:

This library was used for creating dymanic UI based on the input JSON/data

12 lines (11 loc) 509 B
import { OnInit } from '@angular/core'; import { SharedService } from '../../services/shared.service'; import * as i0 from "@angular/core"; export declare class LoaderComponent implements OnInit { private loaderService; isLoading: boolean; constructor(loaderService: SharedService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "app-loader", never, {}, {}, never, never, false, never>; }