File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -136,9 +136,6 @@ export class MatChipList extends _MatChipListMixinBase implements MatFormFieldCo
136
136
/** The chip input to add more chips */
137
137
protected _chipInput : MatChipInput ;
138
138
139
- /** The aria-describedby attribute on the chip list for improved a11y. */
140
- protected _ariaDescribedby : string ;
141
-
142
139
/** Id of the chip list */
143
140
protected _id : string ;
144
141
@@ -156,7 +153,10 @@ export class MatChipList extends _MatChipListMixinBase implements MatFormFieldCo
156
153
/** Placeholder for the chip list. Alternatively, placeholder can be set on MatChipInput */
157
154
protected _placeholder : string ;
158
155
159
- /** Tab index for the chip list. */
156
+ /** The aria-describedby attribute on the chip list for improved a11y. */
157
+ _ariaDescribedby : string ;
158
+
159
+ /** Tab index for the chip list. */
160
160
_tabIndex = 0 ;
161
161
162
162
/**
Original file line number Diff line number Diff line change 10
10
[class.mat-step-label-active] ="active "
11
11
[class.mat-step-label-selected] ="selected ">
12
12
<!-- If there is a label template, use it. -->
13
- < ng-container *ngIf ="_templateLabel() " [ngTemplateOutlet] ="label .template ">
13
+ < ng-container *ngIf ="_templateLabel() " [ngTemplateOutlet] ="_templateLabel()! .template ">
14
14
</ ng-container >
15
15
<!-- It there is no label template, fall back to the text label. -->
16
16
< div class ="mat-step-text-label " *ngIf ="_stringLabel() "> {{label}}</ div >
You can’t perform that action at this time.
0 commit comments