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 adb9e98 commit 3272b58Copy full SHA for 3272b58
src/lib/progress-spinner/progress-spinner.spec.ts
@@ -1,7 +1,7 @@
1
import {TestBed, async} from '@angular/core/testing';
2
import {Component} from '@angular/core';
3
import {By} from '@angular/platform-browser';
4
-import {MatProgressSpinner, MatProgressSpinnerModule} from './index';
+import {MatProgressSpinnerModule, MatProgressSpinner} from './index';
5
6
describe('MatProgressSpinner', () => {
7
0 commit comments