[6a3a178] | 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 | */
|
---|
| 8 | import * as ɵngcc0 from '@angular/core';
|
---|
| 9 | import * as ɵngcc1 from './error';
|
---|
| 10 | import * as ɵngcc2 from './form-field';
|
---|
| 11 | import * as ɵngcc3 from './hint';
|
---|
| 12 | import * as ɵngcc4 from './label';
|
---|
| 13 | import * as ɵngcc5 from './placeholder';
|
---|
| 14 | import * as ɵngcc6 from './prefix';
|
---|
| 15 | import * as ɵngcc7 from './suffix';
|
---|
| 16 | import * as ɵngcc8 from '@angular/common';
|
---|
| 17 | import * as ɵngcc9 from '@angular/material/core';
|
---|
| 18 | import * as ɵngcc10 from '@angular/cdk/observers';
|
---|
| 19 | export 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 |
---|