@covalent/core
Version:
Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.
14 lines (13 loc) • 899 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./loading.component";
import * as i2 from "./directives/loading.directive";
import * as i3 from "@angular/common";
import * as i4 from "@angular/material/progress-bar";
import * as i5 from "@angular/material/progress-spinner";
import * as i6 from "@angular/cdk/overlay";
import * as i7 from "@angular/cdk/portal";
export declare class CovalentLoadingModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentLoadingModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentLoadingModule, [typeof i1.TdLoadingComponent, typeof i2.TdLoadingDirective], [typeof i3.CommonModule, typeof i4.MatProgressBarModule, typeof i5.MatProgressSpinnerModule, typeof i6.OverlayModule, typeof i7.PortalModule], [typeof i1.TdLoadingComponent, typeof i2.TdLoadingDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentLoadingModule>;
}