6 lines
90 B
HTML
6 lines
90 B
HTML
@if (loading()) {
|
|
<shared-page-loading />
|
|
} @else {
|
|
<router-outlet></router-outlet>
|
|
}
|