Files
jambotron/jambotron-ui/src/app/modules/admin-module/data-base.component/data-base.component.html
T
2025-08-14 18:50:16 +03:00

8 lines
139 B
HTML

<p>data-base.component works!</p>
<ul>
@for (table of tables; track table){
<li>{{ table.schema }}.{{ table.table }}</li>
}
</ul>