File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -753,7 +753,7 @@ describe('MatChipList', () => {
753
753
tick ( ) ;
754
754
falsyFixture . detectChanges ( ) ;
755
755
756
- const chipListElement = falsyFixture . debugElement . query ( By . directive ( MatLegacyChipList ) ) ! ;
756
+ const chipListElement = falsyFixture . debugElement . query ( By . directive ( MatChipList ) ) ! ;
757
757
const currentChips = chipListElement . componentInstance . chips ;
758
758
const currentNativeChips = falsyFixture . debugElement
759
759
. queryAll ( By . css ( 'mat-chip' ) )
@@ -1917,6 +1917,6 @@ class FalsyBasicChipList {
1917
1917
tabIndexOverride : number ;
1918
1918
selectable : boolean = false ;
1919
1919
1920
- @ViewChild ( MatLegacyChipList ) chipList : MatLegacyChipList ;
1921
- @ViewChildren ( MatLegacyChip ) chips : QueryList < MatLegacyChip > ;
1920
+ @ViewChild ( MatChipList ) chipList : MatChipList ;
1921
+ @ViewChildren ( MatChip ) chips : QueryList < MatChip > ;
1922
1922
}
You can’t perform that action at this time.
0 commit comments