From 001f2fbaa73f8149b9dd6ee8ccd9eb403ff01357 Mon Sep 17 00:00:00 2001 From: Sinan997 Date: Fri, 17 May 2024 12:03:40 +0300 Subject: [PATCH] format imports --- src/app/components/splitbutton/splitbutton.ts | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/app/components/splitbutton/splitbutton.ts b/src/app/components/splitbutton/splitbutton.ts index f09d9f82bce..28ee001f778 100755 --- a/src/app/components/splitbutton/splitbutton.ts +++ b/src/app/components/splitbutton/splitbutton.ts @@ -1,21 +1,5 @@ import { CommonModule } from '@angular/common'; -import { - ChangeDetectionStrategy, - Component, - ContentChildren, - ElementRef, - EventEmitter, - Input, - NgModule, - Output, - QueryList, - TemplateRef, - ViewChild, - ViewEncapsulation, - booleanAttribute, - numberAttribute, - signal -} from '@angular/core'; +import { ChangeDetectionStrategy, Component, ContentChildren, ElementRef, EventEmitter, Input, NgModule, Output, QueryList, TemplateRef, ViewChild, ViewEncapsulation, booleanAttribute, numberAttribute, signal } from '@angular/core'; import { MenuItem, PrimeTemplate } from 'primeng/api'; import { ButtonModule } from 'primeng/button'; import { ChevronDownIcon } from 'primeng/icons/chevrondown';