@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.
16 lines (15 loc) • 1.19 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./directives/file-select.directive";
import * as i2 from "./directives/file-drop.directive";
import * as i3 from "./file-upload/file-upload.component";
import * as i4 from "./file-input/file-input.component";
import * as i5 from "@angular/forms";
import * as i6 from "@angular/common";
import * as i7 from "@angular/material/icon";
import * as i8 from "@angular/material/button";
import * as i9 from "@angular/cdk/portal";
export declare class CovalentFileModule {
static ɵfac: i0.ɵɵFactoryDeclaration<CovalentFileModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CovalentFileModule, [typeof i1.TdFileSelectDirective, typeof i2.TdFileDropDirective, typeof i3.TdFileUploadComponent, typeof i4.TdFileInputComponent, typeof i4.TdFileInputLabelDirective], [typeof i5.FormsModule, typeof i6.CommonModule, typeof i7.MatIconModule, typeof i8.MatButtonModule, typeof i9.PortalModule], [typeof i1.TdFileSelectDirective, typeof i2.TdFileDropDirective, typeof i3.TdFileUploadComponent, typeof i4.TdFileInputComponent, typeof i4.TdFileInputLabelDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CovalentFileModule>;
}