Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
derschnee68 committed May 6, 2024
1 parent d21c848 commit b7ea176
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -20,7 +20,9 @@ import { IsSwitchComponent } from './is-switch-component.interface';
<ng-template #knoraDateTpl>
<ng-container *ngTemplateOutlet="calendarType; context: { date: knoraDate }"></ng-container>
{{ knoraDate.day }}.{{ knoraDate.month }}.{{ knoraDate.year }}
<span *ngIf="knoraDate.day as knoraDateDay">{{ knoraDateDay }}.</span>
<span *ngIf="knoraDate.month as knoraDateMonth">{{ knoraDateMonth }}.</span>
{{ knoraDate.year }}
</ng-template>
<ng-template #editMode>

0 comments on commit b7ea176

Please sign in to comment.