Skip to content

Commit 9659138

Browse files
committed
refactor: fix typescript 3.7 compilation errors.Fixes Import declaration conflicts with local declaration error.
1 parent 06dabae commit 9659138

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/components-examples/material/table/table-multiple-header-footer/table-multiple-header-footer-example.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
import {Component} from '@angular/core';
22
import {Transaction} from '../table-footer-row/table-footer-row-example';
33

4-
export interface Transaction {
5-
item: string;
6-
cost: number;
7-
}
8-
94
/**
105
* @title Table with multiple header and footer rows
116
*/

src/material-experimental/mdc-form-field/form-field.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import {
2626
} from '@angular/core';
2727
import {NgControl} from '@angular/forms';
2828
import {
29-
FloatLabelType,
3029
LabelOptions,
3130
MAT_LABEL_GLOBAL_OPTIONS,
3231
ThemePalette

0 commit comments

Comments
 (0)