We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5de5f commit 3ec6408Copy full SHA for 3ec6408
src/material/progress-spinner/progress-spinner.ts
@@ -124,6 +124,7 @@ const INDETERMINATE_ANIMATION_TEMPLATE = `
124
encapsulation: ViewEncapsulation.None,
125
})
126
export class MatProgressSpinner extends _MatProgressSpinnerMixinBase implements CanColor {
127
+ private _diameter = BASE_SIZE;
128
private _value = 0;
129
private _strokeWidth: number;
130
private _fallbackAnimation = false;
@@ -161,7 +162,6 @@ export class MatProgressSpinner extends _MatProgressSpinnerMixinBase implements
161
162
}
163
164
- private _diameter = BASE_SIZE;
165
166
/** Stroke width of the progress spinner. */
167
@Input()
0 commit comments