Skip to content

Commit 3ec6408

Browse files
alexanderPastornickyandrewseguin
authored andcommitted
chore(progress-spinner): move private member to beginning of class (#16211)
1 parent 0f5de5f commit 3ec6408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/progress-spinner/progress-spinner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ const INDETERMINATE_ANIMATION_TEMPLATE = `
124124
encapsulation: ViewEncapsulation.None,
125125
})
126126
export class MatProgressSpinner extends _MatProgressSpinnerMixinBase implements CanColor {
127+
private _diameter = BASE_SIZE;
127128
private _value = 0;
128129
private _strokeWidth: number;
129130
private _fallbackAnimation = false;
@@ -161,7 +162,6 @@ export class MatProgressSpinner extends _MatProgressSpinnerMixinBase implements
161162
}
162163
}
163164
}
164-
private _diameter = BASE_SIZE;
165165

166166
/** Stroke width of the progress spinner. */
167167
@Input()

0 commit comments

Comments
 (0)