diff --git a/src/app/components/panel/panel.ts b/src/app/components/panel/panel.ts index 7f60238688f..0d8850da74c 100755 --- a/src/app/components/panel/panel.ts +++ b/src/app/components/panel/panel.ts @@ -1,22 +1,6 @@ import { animate, state, style, transition, trigger } from '@angular/animations'; import { CommonModule } from '@angular/common'; -import { - AfterContentInit, - booleanAttribute, - ChangeDetectionStrategy, - ChangeDetectorRef, - Component, - ContentChild, - ContentChildren, - ElementRef, - EventEmitter, - Input, - NgModule, - Output, - QueryList, - TemplateRef, - ViewEncapsulation, -} from '@angular/core'; +import { AfterContentInit, booleanAttribute, ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, ElementRef, EventEmitter, Input, NgModule, Output, QueryList, TemplateRef, ViewEncapsulation } from '@angular/core'; import { BlockableUI, Footer, PrimeTemplate, SharedModule } from 'primeng/api'; import { MinusIcon } from 'primeng/icons/minus'; import { PlusIcon } from 'primeng/icons/plus'; diff --git a/src/app/components/scroller/scroller.ts b/src/app/components/scroller/scroller.ts index 8e57fb18b83..4be57055f12 100644 --- a/src/app/components/scroller/scroller.ts +++ b/src/app/components/scroller/scroller.ts @@ -21,18 +21,13 @@ import { SimpleChanges, TemplateRef, ViewChild, - ViewEncapsulation, + ViewEncapsulation } from '@angular/core'; import { PrimeTemplate, ScrollerOptions, SharedModule } from 'primeng/api'; import { DomHandler } from 'primeng/dom'; import { SpinnerIcon } from 'primeng/icons/spinner'; import { Nullable } from 'primeng/ts-helpers'; -import { - ScrollerLazyLoadEvent, - ScrollerScrollEvent, - ScrollerScrollIndexChangeEvent, - ScrollerToType, -} from './scroller.interface'; +import { ScrollerLazyLoadEvent, ScrollerScrollEvent, ScrollerScrollIndexChangeEvent, ScrollerToType } from './scroller.interface'; /** * Scroller is a performance-approach to handle huge data efficiently.