diff --git a/src/components-examples/material/table/table-multiple-header-footer/table-multiple-header-footer-example.ts b/src/components-examples/material/table/table-multiple-header-footer/table-multiple-header-footer-example.ts index 87c17befa8fe..89add3ca685e 100644 --- a/src/components-examples/material/table/table-multiple-header-footer/table-multiple-header-footer-example.ts +++ b/src/components-examples/material/table/table-multiple-header-footer/table-multiple-header-footer-example.ts @@ -1,11 +1,6 @@ import {Component} from '@angular/core'; import {Transaction} from '../table-footer-row/table-footer-row-example'; -export interface Transaction { - item: string; - cost: number; -} - /** * @title Table with multiple header and footer rows */ diff --git a/src/dev-app/mdc-input/mdc-input-demo.ts b/src/dev-app/mdc-input/mdc-input-demo.ts index 518025d44048..207ffb19942d 100644 --- a/src/dev-app/mdc-input/mdc-input-demo.ts +++ b/src/dev-app/mdc-input/mdc-input-demo.ts @@ -8,9 +8,11 @@ import {ChangeDetectionStrategy, Component} from '@angular/core'; import {FormControl, Validators} from '@angular/forms'; -import {ErrorStateMatcher, FloatLabelType} from '@angular/material/core'; -import {MatFormFieldAppearance} from '@angular/material-experimental/mdc-form-field'; - +import { + FloatLabelType, + MatFormFieldAppearance +} from '@angular/material-experimental/mdc-form-field'; +import {ErrorStateMatcher} from '@angular/material/core'; let max = 5; diff --git a/src/material-experimental/mdc-form-field/form-field.ts b/src/material-experimental/mdc-form-field/form-field.ts index 5c8b6fa60515..39a3de844f73 100644 --- a/src/material-experimental/mdc-form-field/form-field.ts +++ b/src/material-experimental/mdc-form-field/form-field.ts @@ -26,7 +26,6 @@ import { } from '@angular/core'; import {NgControl} from '@angular/forms'; import { - FloatLabelType, LabelOptions, MAT_LABEL_GLOBAL_OPTIONS, ThemePalette