Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Sep 26, 2024
1 parent 7f84022 commit d6c7ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
18 changes: 1 addition & 17 deletions src/app/components/panel/panel.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
9 changes: 2 additions & 7 deletions src/app/components/scroller/scroller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d6c7ffc

Please sign in to comment.