ngx-skeleton-loader
Version:
Make beautiful, animated loading skeletons that automatically adapt to your Angular apps
11 lines (10 loc) • 687 B
TypeScript
import { ModuleWithProviders } from '@angular/core';
import { NgxSkeletonLoaderConfig } from './ngx-skeleton-loader-config.types';
import * as i0 from "@angular/core";
import * as i1 from "./ngx-skeleton-loader.component";
export declare class NgxSkeletonLoaderModule {
static forRoot(config?: Partial<NgxSkeletonLoaderConfig>): ModuleWithProviders<NgxSkeletonLoaderModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxSkeletonLoaderModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSkeletonLoaderModule, never, [typeof i1.NgxSkeletonLoaderComponent], [typeof i1.NgxSkeletonLoaderComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxSkeletonLoaderModule>;
}