source: trip-planner-front/node_modules/@angular/material/grid-list/grid-list-module.d.ts@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1/**
2 * @license
3 * Copyright Google LLC All Rights Reserved.
4 *
5 * Use of this source code is governed by an MIT-style license that can be
6 * found in the LICENSE file at https://angular.io/license
7 */
8import * as ɵngcc0 from '@angular/core';
9import * as ɵngcc1 from './grid-list';
10import * as ɵngcc2 from './grid-tile';
11import * as ɵngcc3 from '@angular/material/core';
12export declare class MatGridListModule {
13 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatGridListModule, never>;
14 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatGridListModule, [typeof ɵngcc1.MatGridList, typeof ɵngcc2.MatGridTile, typeof ɵngcc2.MatGridTileText, typeof ɵngcc2.MatGridTileHeaderCssMatStyler, typeof ɵngcc2.MatGridTileFooterCssMatStyler, typeof ɵngcc2.MatGridAvatarCssMatStyler], [typeof ɵngcc3.MatLineModule, typeof ɵngcc3.MatCommonModule], [typeof ɵngcc1.MatGridList, typeof ɵngcc2.MatGridTile, typeof ɵngcc2.MatGridTileText, typeof ɵngcc3.MatLineModule, typeof ɵngcc3.MatCommonModule, typeof ɵngcc2.MatGridTileHeaderCssMatStyler, typeof ɵngcc2.MatGridTileFooterCssMatStyler, typeof ɵngcc2.MatGridAvatarCssMatStyler]>;
15 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatGridListModule>;
16}
17
18//# sourceMappingURL=grid-list-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.