File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
projects/igniteui-angular/src/lib/core Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ import {
1111 ElementRef ,
1212} from '@angular/core' ;
1313import { 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
6866export 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 /**
You can’t perform that action at this time.
0 commit comments