Skip to content

Commit 6b659ee

Browse files
authored
chore(input): remove unused params (#5055)
1 parent f89c6db commit 6b659ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/input/input-container.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,8 +376,6 @@ export class MdInputContainer implements AfterViewInit, AfterContentInit, AfterC
376376
constructor(
377377
public _elementRef: ElementRef,
378378
private _changeDetectorRef: ChangeDetectorRef,
379-
@Optional() private _parentForm: NgForm,
380-
@Optional() private _parentFormGroup: FormGroupDirective,
381379
@Optional() @Inject(MD_PLACEHOLDER_GLOBAL_OPTIONS) placeholderOptions: PlaceholderOptions) {
382380
this._placeholderOptions = placeholderOptions ? placeholderOptions : {};
383381
this.floatPlaceholder = this._placeholderOptions.float || 'auto';

0 commit comments

Comments
 (0)