We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 712ce5c commit d70155cCopy full SHA for d70155c
src/material/form-field/form-field-module.ts
@@ -6,9 +6,10 @@
6
* found in the LICENSE file at https://angular.io/license
7
*/
8
9
+import {ObserversModule} from '@angular/cdk/observers';
10
import {CommonModule} from '@angular/common';
11
import {NgModule} from '@angular/core';
-import {ObserversModule} from '@angular/cdk/observers';
12
+import {MatCommonModule} from '@angular/material/core';
13
import {MatError} from './error';
14
import {MatFormField} from './form-field';
15
import {MatHint} from './hint';
@@ -29,9 +30,11 @@ import {MatSuffix} from './suffix';
29
30
],
31
imports: [
32
CommonModule,
33
+ MatCommonModule,
34
ObserversModule,
35
36
exports: [
37
38
MatError,
39
MatFormField,
40
MatHint,
0 commit comments