Skip to content

Commit aa7b9b5

Browse files
mmalerbakara
authored andcommitted
chore: remove duplicate @input's leftover from mat- transition (#7484)
1 parent b6c0d20 commit aa7b9b5

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

src/lib/chips/chip-input.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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 {

src/lib/sort/sort-header.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)