Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/material/progress-spinner/progress-spinner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -161,7 +162,6 @@ export class MatProgressSpinner extends _MatProgressSpinnerMixinBase implements
}
}
}
private _diameter = BASE_SIZE;

/** Stroke width of the progress spinner. */
@Input()
Expand Down