Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Mar 14, 2024
1 parent 1b6505b commit 2deca2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/layout/doc/app.docapitable.component.ts
Expand Up @@ -33,7 +33,7 @@ import { AppConfigService } from '../../service/appconfigservice';
></span>
<span *ngIf="entry[0] === 'type'" class="doc-option-type">{{ entry[1] || '-' }}</span>
<ng-container *ngIf="entry[0] === 'parameters'">
<ng-container *ngFor="let parameter of entry[1]" >
<ng-container *ngFor="let parameter of entry[1]">
<div class="doc-option-params" *ngIf="parameter.name; else nullValue">
<span *ngIf="parameter.name" [ngClass]="{ 'doc-option-parameter-name': label === 'Emitters', 'text-primary-700': label === 'Templates' }">{{ parameter.name }} :</span>
<ng-container *ngFor="let value of getType(parameter.type); let i = index"
Expand Down

0 comments on commit 2deca2d

Please sign in to comment.