Skip to content

Commit 4fe76bd

Browse files
committed
chore(*): resolving incorrect merge
1 parent e383fa2 commit 4fe76bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

projects/igniteui-angular/src/lib/core/density.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import {
1111
ElementRef,
1212
} from '@angular/core';
1313
import { IBaseEventArgs, mkenum } from './utils';
14-
import { inject } from './inject';
15-
import { DOCUMENT } from '@angular/common';
1614

1715
/**
1816
* Defines the possible values of the components' display density.
@@ -66,7 +64,6 @@ export const DisplayDensityToken = new InjectionToken<IDisplayDensityOptions>(
6664
})
6765
// eslint-disable-next-line @angular-eslint/directive-class-suffix
6866
export class DisplayDensityBase implements DoCheck, OnInit {
69-
private _document: Document;
7067

7168
@Output()
7269
public densityChanged = new EventEmitter<IDensityChangedEventArgs>();
@@ -142,7 +139,6 @@ export class DisplayDensityBase implements DoCheck, OnInit {
142139
protected _host: ElementRef
143140
) {
144141
Object.assign(this.oldDisplayDensityOptions, displayDensityOptions);
145-
this._document = inject(DOCUMENT);
146142
}
147143

148144
/**

0 commit comments

Comments
 (0)