Skip to content

Commit 5e0dcc4

Browse files
[DSC-1831] lint-fix
1 parent aa43e0e commit 5e0dcc4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/shared/context-menu/context-menu.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { ChangeDetectorRef, Component, Inject, Injector, Input, OnInit, PLATFORM_ID } from '@angular/core';
2-
import { DOCUMENT, isPlatformBrowser } from '@angular/common';
1+
import { ChangeDetectorRef, Component, Inject, Injector, Input, OnInit } from '@angular/core';
2+
import { DOCUMENT } from '@angular/common';
33

44
import { from, Observable } from 'rxjs';
55
import { concatMap, filter, map, reduce, take } from 'rxjs/operators';

0 commit comments

Comments
 (0)