Skip to content

Commit 90634ca

Browse files
Vasil MihalkovVasil Mihalkov
authored andcommitted
fix(col): Remove RowIsApiSer in column comp #6004
1 parent f0416d6 commit 90634ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/grids/column.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ import {
5959
changeDetection: ChangeDetectionStrategy.OnPush,
6060
preserveWhitespaces: false,
6161
selector: 'igx-column',
62-
template: ``,
63-
providers: [IgxRowIslandAPIService]
62+
template: ``
6463
})
6564
export class IgxColumnComponent implements AfterContentInit, OnDestroy {
6665
/**

0 commit comments

Comments
 (0)