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 a27876d commit 1c5b9d1Copy full SHA for 1c5b9d1
src/app/app.component.spec.ts
@@ -10,7 +10,6 @@ import {MatCheckboxModule} from '@angular/material/checkbox';
10
import {MatSlideToggleModule} from '@angular/material/slide-toggle';
11
import {MatTooltipModule} from '@angular/material/tooltip';
12
import {MatCardModule} from '@angular/material/card';
13
-
14
import {AppComponent} from './app.component';
15
16
describe('AppComponent', () => {
src/main.ts
@@ -1,5 +1,4 @@
1
import {enableProdMode, importProvidersFrom} from '@angular/core';
2
3
import {environment} from './environments/environment';
4
import {AppComponent} from './app/app.component';
5
import {FormsModule} from '@angular/forms';
0 commit comments