File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 9
9
import { ENTER } from '@angular/cdk/keycodes' ;
10
10
import { CommonModule } from '@angular/common' ;
11
11
import { NgModule } from '@angular/core' ;
12
- import { ErrorStateMatcher , MatCommonModule , MatRippleModule } from '@angular/material/core' ;
12
+ import { MatCommonModule , MatRippleModule } from '@angular/material/core' ;
13
13
import { MatChip } from './chip' ;
14
14
import { MAT_CHIPS_DEFAULT_OPTIONS , MatChipsDefaultOptions } from './tokens' ;
15
15
import { MatChipEditInput } from './chip-edit-input' ;
@@ -41,7 +41,6 @@ const CHIP_DECLARATIONS = [
41
41
exports : [ MatCommonModule , CHIP_DECLARATIONS ] ,
42
42
declarations : [ MatChipAction , CHIP_DECLARATIONS ] ,
43
43
providers : [
44
- ErrorStateMatcher ,
45
44
{
46
45
provide : MAT_CHIPS_DEFAULT_OPTIONS ,
47
46
useValue : {
Original file line number Diff line number Diff line change 8
8
9
9
import { ENTER } from '@angular/cdk/keycodes' ;
10
10
import { NgModule } from '@angular/core' ;
11
- import { ErrorStateMatcher , MatCommonModule } from '@angular/material/core' ;
11
+ import { MatCommonModule } from '@angular/material/core' ;
12
12
import {
13
13
MatLegacyChip ,
14
14
MatLegacyChipAvatar ,
@@ -40,7 +40,6 @@ const CHIP_DECLARATIONS = [
40
40
exports : CHIP_DECLARATIONS ,
41
41
declarations : CHIP_DECLARATIONS ,
42
42
providers : [
43
- ErrorStateMatcher ,
44
43
{
45
44
provide : MAT_LEGACY_CHIPS_DEFAULT_OPTIONS ,
46
45
useValue : {
Original file line number Diff line number Diff line change 8
8
9
9
import { TextFieldModule } from '@angular/cdk/text-field' ;
10
10
import { NgModule } from '@angular/core' ;
11
- import { ErrorStateMatcher , MatCommonModule } from '@angular/material/core' ;
11
+ import { MatCommonModule } from '@angular/material/core' ;
12
12
import { MatLegacyFormFieldModule } from '@angular/material/legacy-form-field' ;
13
13
import { MatLegacyInput } from './input' ;
14
14
@@ -26,6 +26,5 @@ import {MatLegacyInput} from './input';
26
26
MatLegacyFormFieldModule ,
27
27
MatLegacyInput ,
28
28
] ,
29
- providers : [ ErrorStateMatcher ] ,
30
29
} )
31
30
export class MatLegacyInputModule { }
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {PortalModule} from '@angular/cdk/portal';
10
10
import { CdkStepperModule } from '@angular/cdk/stepper' ;
11
11
import { CommonModule } from '@angular/common' ;
12
12
import { NgModule } from '@angular/core' ;
13
- import { ErrorStateMatcher , MatCommonModule , MatRippleModule } from '@angular/material/core' ;
13
+ import { MatCommonModule , MatRippleModule } from '@angular/material/core' ;
14
14
import { MatIconModule } from '@angular/material/icon' ;
15
15
import { MatStepHeader } from './step-header' ;
16
16
import { MatStepLabel } from './step-label' ;
@@ -50,6 +50,6 @@ import {MatStepContent} from './step-content';
50
50
MatStepperIcon ,
51
51
MatStepContent ,
52
52
] ,
53
- providers : [ MAT_STEPPER_INTL_PROVIDER , ErrorStateMatcher ] ,
53
+ providers : [ MAT_STEPPER_INTL_PROVIDER ] ,
54
54
} )
55
55
export class MatStepperModule { }
You can’t perform that action at this time.
0 commit comments