ng update @angular/core@21 @angular/cli@21
This commit is contained in:
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user