diff --git a/src/material/progress-spinner/progress-spinner.ts b/src/material/progress-spinner/progress-spinner.ts index 2136d1615de4..d841cfa26ee7 100644 --- a/src/material/progress-spinner/progress-spinner.ts +++ b/src/material/progress-spinner/progress-spinner.ts @@ -124,6 +124,7 @@ const INDETERMINATE_ANIMATION_TEMPLATE = ` encapsulation: ViewEncapsulation.None, }) export class MatProgressSpinner extends _MatProgressSpinnerMixinBase implements CanColor { + private _diameter = BASE_SIZE; private _value = 0; private _strokeWidth: number; private _fallbackAnimation = false; @@ -161,7 +162,6 @@ export class MatProgressSpinner extends _MatProgressSpinnerMixinBase implements } } } - private _diameter = BASE_SIZE; /** Stroke width of the progress spinner. */ @Input()