File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,6 @@ export class MatChipInput {
63
63
@Output ( 'matChipInputTokenEnd' )
64
64
chipEnd = new EventEmitter < MatChipInputEvent > ( ) ;
65
65
66
- @Input ( 'matChipInputFor' )
67
- set matChipList ( value : MatChipList ) { this . chipList = value ; }
68
-
69
- @Input ( 'matChipInputAddOnBlur' )
70
- get matAddOnBlur ( ) { return this . _addOnBlur ; }
71
- set matAddOnBlur ( value ) { this . addOnBlur = value ; }
72
-
73
- @Input ( 'matChipInputSeparatorKeyCodes' )
74
- get matSeparatorKeyCodes ( ) { return this . separatorKeyCodes ; }
75
- set matSeparatorKeyCodes ( v : number [ ] ) { this . separatorKeyCodes = v ; }
76
-
77
66
@Input ( ) placeholder : string = '' ;
78
67
79
68
get empty ( ) : boolean {
Original file line number Diff line number Diff line change @@ -113,10 +113,6 @@ export class MatSortHeader implements MatSortable {
113
113
set disableClear ( v ) { this . _disableClear = coerceBooleanProperty ( v ) ; }
114
114
private _disableClear : boolean ;
115
115
116
- @Input ( 'mat-sort-header' )
117
- get _id ( ) { return this . id ; }
118
- set _id ( v : string ) { this . id = v ; }
119
-
120
116
constructor ( public _intl : MatSortHeaderIntl ,
121
117
changeDetectorRef : ChangeDetectorRef ,
122
118
@Optional ( ) public _sort : MatSort ,
You can’t perform that action at this time.
0 commit comments