ng update @angular/core@21 @angular/cli@21

This commit is contained in:
2026-01-19 10:49:33 +01:00
parent f59e482f58
commit e03aacbcd7
45 changed files with 2670 additions and 2372 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>
}