New Angular based web version #1
2
src/Vegasco-Web/.vscode/launch.json
vendored
2
src/Vegasco-Web/.vscode/launch.json
vendored
@@ -3,7 +3,7 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch (Chrome)",
|
||||
"name": "Launch Web (Chrome)",
|
||||
"type": "chrome",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "npm: start",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
@if (isLoading()) {
|
||||
<p-skeleton height="4rem" styleClass="mb-2" />
|
||||
<div class="flex flex-col gap-6">
|
||||
<p-skeleton height="3.5rem" />
|
||||
<p-skeleton height="3.5rem" />
|
||||
<p-skeleton height="3.5rem" />
|
||||
<p-skeleton height="3.5rem" />
|
||||
<div class="flex flex-row gap-4">
|
||||
<p-skeleton height="3.5rem" width="10rem" />
|
||||
<p-skeleton height="3.5rem" width="10rem" />
|
||||
</div>
|
||||
</div>
|
||||
} @else {
|
||||
<form [formGroup]="formGroup" class="flex flex-col gap-4" (ngSubmit)="onSubmit()">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user