source: trip-planner-front/node_modules/@angular/material/input/input-module.d.ts@ 8d391a1

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

initial commit

  • Property mode set to 100644
File size: 1.0 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 './input';
10import * as ɵngcc2 from './autosize';
11import * as ɵngcc3 from '@angular/cdk/text-field';
12import * as ɵngcc4 from '@angular/material/form-field';
13import * as ɵngcc5 from '@angular/material/core';
14export declare class MatInputModule {
15 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatInputModule, never>;
16 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatInputModule, [typeof ɵngcc1.MatInput, typeof ɵngcc2.MatTextareaAutosize], [typeof ɵngcc3.TextFieldModule, typeof ɵngcc4.MatFormFieldModule, typeof ɵngcc5.MatCommonModule], [typeof ɵngcc3.TextFieldModule, typeof ɵngcc4.MatFormFieldModule, typeof ɵngcc1.MatInput, typeof ɵngcc2.MatTextareaAutosize]>;
17 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatInputModule>;
18}
19
20//# sourceMappingURL=input-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.