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 8415b4c commit 1c764dcCopy full SHA for 1c764dc
src/progress-indicator/progress-indicator.component.ts
@@ -81,7 +81,7 @@ export class ProgressIndicator implements OnChanges {
81
}
82
private _current: number;
83
84
- constructor(protected experimental: ExperimentalService) { }
+ constructor(protected experimental: ExperimentalService) {}
85
86
ngOnChanges(changes: SimpleChanges) {
87
if (changes.steps || changes.current) {
0 commit comments