Skip to content

Commit 9f3df8b

Browse files
author
Konstantin Dinev
committed
chore(*): removing unused import
1 parent dfa7b2d commit 9f3df8b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/app/grid/grid-column-data-types-sample/grid-column-data-types-sample.component.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ import localeBG from '@angular/common/locales/bg';
55
import localeDE from '@angular/common/locales/de';
66
import localeFR from '@angular/common/locales/fr';
77
import localeJA from '@angular/common/locales/ja';
8-
import { IgxGridComponent } from "igniteui-angular";
98

109
@Component({
1110
selector: "grid-column-data-types-sample",
1211
styleUrls: ["./grid-column-data-types-sample.component.scss"],
1312
templateUrl: "grid-column-data-types-sample.component.html"
1413
})
1514
export class GridColumnDataTypesSampleComponent implements OnInit {
16-
@ViewChild("grid1", { read: IgxGridComponent, static: true })
17-
public grid1: IgxGridComponent;
1815

1916
public digitsInfoMessage: string = 'Applicable to number, currency and percent type columns';
2017

0 commit comments

Comments
 (0)