Chore: update to Angular v18 (#7106)

This commit is contained in:
shamoon 2024-06-26 20:57:39 -07:00 committed by GitHub
parent 4f1185c65d
commit 3435ffd00c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
93 changed files with 3461 additions and 2829 deletions

View file

@ -11,7 +11,7 @@
{{title}}
</h6>
<div #collapse="ngbCollapse" [(ngbCollapse)]="!expand">
<div #collapse="ngbCollapse" [ngbCollapse]="!expand" (ngbCollapseChange)="expand = $event">
<table class="table table-borderless">
<tbody>
@for (m of metadata; track m) {