Skip to content

Commit d827e87

Browse files
committed
fix(*): elements build issue
1 parent a584020 commit d827e87

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

projects/igniteui-angular-elements/src/lib/state.component.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,6 @@ export class IgxGridStateComponent extends IgxGridStateBaseDirective {
5454
protected override envInjector: EnvironmentInjector;
5555
protected override injector: Injector;
5656

57-
58-
constructor() {
59-
const grid = inject<GridType>(IGX_GRID_BASE);
60-
const viewRef = inject(ViewContainerRef);
61-
const envInjector = inject(EnvironmentInjector);
62-
const injector = inject(Injector);
63-
64-
super(grid, viewRef, envInjector, injector);
65-
66-
this.viewRef = viewRef;
67-
this.envInjector = envInjector;
68-
this.injector = injector;
69-
}
70-
7157
/**
7258
* Restores grid features' state based on the IGridStateInfo object passed as an argument.
7359
* @param state object to restore state from.

0 commit comments

Comments
 (0)