source: trip-planner-front/node_modules/@angular/material/select/select-module.d.ts@ 188ee53

Last change on this file since 188ee53 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 './select';
10import * as ɵngcc2 from '@angular/common';
11import * as ɵngcc3 from '@angular/cdk/overlay';
12import * as ɵngcc4 from '@angular/material/core';
13import * as ɵngcc5 from '@angular/cdk/scrolling';
14import * as ɵngcc6 from '@angular/material/form-field';
15export declare class MatSelectModule {
16 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatSelectModule, never>;
17 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatSelectModule, [typeof ɵngcc1.MatSelect, typeof ɵngcc1.MatSelectTrigger], [typeof ɵngcc2.CommonModule, typeof ɵngcc3.OverlayModule, typeof ɵngcc4.MatOptionModule, typeof ɵngcc4.MatCommonModule], [typeof ɵngcc5.CdkScrollableModule, typeof ɵngcc6.MatFormFieldModule, typeof ɵngcc1.MatSelect, typeof ɵngcc1.MatSelectTrigger, typeof ɵngcc4.MatOptionModule, typeof ɵngcc4.MatCommonModule]>;
18 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatSelectModule>;
19}
20
21//# sourceMappingURL=select-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.