Skip to content

Commit 111bbdb

Browse files
committed
wip: proposal solution - remove unused imports
1 parent e35221e commit 111bbdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/demo-app/app/reactiveforms/reactiveform.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
FormGroup,
99
FormControl,
1010
Validators,
11-
FormBuilder, Form
11+
FormBuilder
1212
} from '@angular/forms';
1313
import 'rxjs/add/operator/filter';
1414
import 'rxjs/add/operator/map';

src/lib/components/radio/mdl-radio.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ import {
1212
OnDestroy,
1313
ViewEncapsulation,
1414
ModuleWithProviders,
15-
Optional,
16-
Inject, SkipSelf, Directive
15+
Optional
1716
} from '@angular/core';
1817
import {
1918
NG_VALUE_ACCESSOR,
2019
ControlValueAccessor,
21-
FormsModule, FormGroupName
20+
FormsModule,
21+
FormGroupName
2222
} from '@angular/forms';
2323
import { CommonModule } from '@angular/common';
2424
import { BooleanProperty } from '../common/boolean-property';

0 commit comments

Comments
 (0)