You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
1.8 KiB
21 lines
1.8 KiB
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
import * as ɵngcc0 from '@angular/core';
|
|
import * as ɵngcc1 from './table';
|
|
import * as ɵngcc2 from './cell';
|
|
import * as ɵngcc3 from './row';
|
|
import * as ɵngcc4 from './text-column';
|
|
import * as ɵngcc5 from '@angular/cdk/table';
|
|
import * as ɵngcc6 from '@angular/material/core';
|
|
export declare class MatTableModule {
|
|
static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatTableModule, never>;
|
|
static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatTableModule, [typeof ɵngcc1.MatTable, typeof ɵngcc1.MatRecycleRows, typeof ɵngcc2.MatHeaderCellDef, typeof ɵngcc3.MatHeaderRowDef, typeof ɵngcc2.MatColumnDef, typeof ɵngcc2.MatCellDef, typeof ɵngcc3.MatRowDef, typeof ɵngcc2.MatFooterCellDef, typeof ɵngcc3.MatFooterRowDef, typeof ɵngcc2.MatHeaderCell, typeof ɵngcc2.MatCell, typeof ɵngcc2.MatFooterCell, typeof ɵngcc3.MatHeaderRow, typeof ɵngcc3.MatRow, typeof ɵngcc3.MatFooterRow, typeof ɵngcc3.MatNoDataRow, typeof ɵngcc4.MatTextColumn], [typeof ɵngcc5.CdkTableModule, typeof ɵngcc6.MatCommonModule], [typeof ɵngcc6.MatCommonModule, typeof ɵngcc1.MatTable, typeof ɵngcc1.MatRecycleRows, typeof ɵngcc2.MatHeaderCellDef, typeof ɵngcc3.MatHeaderRowDef, typeof ɵngcc2.MatColumnDef, typeof ɵngcc2.MatCellDef, typeof ɵngcc3.MatRowDef, typeof ɵngcc2.MatFooterCellDef, typeof ɵngcc3.MatFooterRowDef, typeof ɵngcc2.MatHeaderCell, typeof ɵngcc2.MatCell, typeof ɵngcc2.MatFooterCell, typeof ɵngcc3.MatHeaderRow, typeof ɵngcc3.MatRow, typeof ɵngcc3.MatFooterRow, typeof ɵngcc3.MatNoDataRow, typeof ɵngcc4.MatTextColumn]>;
|
|
static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatTableModule>;
|
|
}
|
|
|
|
//# sourceMappingURL=table-module.d.ts.map
|