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",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Launch (Chrome)",
|
"name": "Launch Web (Chrome)",
|
||||||
"type": "chrome",
|
"type": "chrome",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"preLaunchTask": "npm: start",
|
"preLaunchTask": "npm: start",
|
||||||
|
|||||||
@@ -1,5 +1,14 @@
|
|||||||
@if (isLoading()) {
|
@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 {
|
} @else {
|
||||||
<form [formGroup]="formGroup" class="flex flex-col gap-4" (ngSubmit)="onSubmit()">
|
<form [formGroup]="formGroup" class="flex flex-col gap-4" (ngSubmit)="onSubmit()">
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user