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, 2023
1 parent b5d356d commit e3a643c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/tabview/tabview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export class TabPanel implements AfterContentInit, OnDestroy {
closed: boolean = false;

view: EmbeddedViewRef<any> | null = null;

_headerStyle: { [klass: string]: any } | null | undefined;

_headerStyleClass: string | undefined;
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/treeselect/treeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const TREESELECT_VALUE_ACCESSOR: any = {
</span>
</div>
<button class="p-treeselect-close p-link" (click)="hide()">
<TimesIcon *ngIf="!closeIconTemplate"/>
<TimesIcon *ngIf="!closeIconTemplate" />
<span *ngIf="closeIconTemplate">
<ng-template *ngTemplateOutlet="closeIconTemplate"></ng-template>
</span>
Expand Down

0 comments on commit e3a643c

Please sign in to comment.