Files
psp_panel/src/app/domains/consumer/modules/saleInvoices/components/layout.component.html
T

6 lines
90 B
HTML
Raw Normal View History

@if (loading()) {
<shared-page-loading />
} @else {
<router-outlet></router-outlet>
}