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 {
6363 @Output ( 'matChipInputTokenEnd' )
6464 chipEnd = new EventEmitter < MatChipInputEvent > ( ) ;
6565
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-
7766 @Input ( ) placeholder : string = '' ;
7867
7968 get empty ( ) : boolean {
Original file line number Diff line number Diff line change @@ -113,10 +113,6 @@ export class MatSortHeader implements MatSortable {
113113 set disableClear ( v ) { this . _disableClear = coerceBooleanProperty ( v ) ; }
114114 private _disableClear : boolean ;
115115
116- @Input ( 'mat-sort-header' )
117- get _id ( ) { return this . id ; }
118- set _id ( v : string ) { this . id = v ; }
119-
120116 constructor ( public _intl : MatSortHeaderIntl ,
121117 changeDetectorRef : ChangeDetectorRef ,
122118 @Optional ( ) public _sort : MatSort ,
You can’t perform that action at this time.
0 commit comments