Angular v20

This commit is contained in:
2026-01-20 17:11:03 +01:00
parent 4bef16aa2b
commit 429ab24408
47 changed files with 6654 additions and 2864 deletions

View File

@@ -1,6 +1,8 @@
<div *ngIf="feature;let feature" class="row m-0">
@if (feature; as feature) {
<div class="row m-0">
<div class="col p-2">
<h1 class="card-title" title="{{feature.get('name')}}">{{feature.get('name')}}</h1>
<div class="card-text">{{feature.get('datadate')|date:'shortDate'}}</div>
</div>
</div>
</div>
}