source: trip-planner-front/node_modules/@angular/material/form-field/form-field-module.d.ts@ 59329aa

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

initial commit

  • Property mode set to 100644
File size: 1.4 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 './error';
10import * as ɵngcc2 from './form-field';
11import * as ɵngcc3 from './hint';
12import * as ɵngcc4 from './label';
13import * as ɵngcc5 from './placeholder';
14import * as ɵngcc6 from './prefix';
15import * as ɵngcc7 from './suffix';
16import * as ɵngcc8 from '@angular/common';
17import * as ɵngcc9 from '@angular/material/core';
18import * as ɵngcc10 from '@angular/cdk/observers';
19export declare class MatFormFieldModule {
20 static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<MatFormFieldModule, never>;
21 static ɵmod: ɵngcc0.ɵɵNgModuleDeclaration<MatFormFieldModule, [typeof ɵngcc1.MatError, typeof ɵngcc2.MatFormField, typeof ɵngcc3.MatHint, typeof ɵngcc4.MatLabel, typeof ɵngcc5.MatPlaceholder, typeof ɵngcc6.MatPrefix, typeof ɵngcc7.MatSuffix], [typeof ɵngcc8.CommonModule, typeof ɵngcc9.MatCommonModule, typeof ɵngcc10.ObserversModule], [typeof ɵngcc9.MatCommonModule, typeof ɵngcc1.MatError, typeof ɵngcc2.MatFormField, typeof ɵngcc3.MatHint, typeof ɵngcc4.MatLabel, typeof ɵngcc5.MatPlaceholder, typeof ɵngcc6.MatPrefix, typeof ɵngcc7.MatSuffix]>;
22 static ɵinj: ɵngcc0.ɵɵInjectorDeclaration<MatFormFieldModule>;
23}
24
25//# sourceMappingURL=form-field-module.d.ts.map
Note: See TracBrowser for help on using the repository browser.