From 1a0e717011110f3643a29536ffe3a52a351dd625 Mon Sep 17 00:00:00 2001 From: Luis Date: Fri, 15 Mar 2024 23:44:49 -0300 Subject: [PATCH] =?UTF-8?q?=C3=BAltimas=20modificaciones?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../register-page.component.html | 23 ------------- .../basic-page/basic-page.component.html | 32 ------------------- .../dynamic-page/dynamic-page.component.html | 14 -------- .../switches-page.component.html | 18 ----------- 4 files changed, 87 deletions(-) diff --git a/src/app/auth/pages/register-page/register-page.component.html b/src/app/auth/pages/register-page/register-page.component.html index fa0748e..df878c3 100644 --- a/src/app/auth/pages/register-page/register-page.component.html +++ b/src/app/auth/pages/register-page/register-page.component.html @@ -77,26 +77,3 @@

Validaciones Reactivas

- - -

Form Valid: {{ myForm.valid | json }}

-

Form Status: {{ myForm.status | json }}

-

Form Pending: {{ myForm.pending | json }}

-

Form errors:

-
{{ myForm.errors | json }}
- -
Nombre
-
{{ myForm.value.name | json }}
- -
Email
-
{{ myForm.value.email | json }}
- -
Username
-
{{ myForm.controls['userName'].errors| json }}
- - -
Password
-
{{ myForm.value.password | json }}
- -
Confirmar
-
{{ myForm.controls['password2'].errors| json }}
diff --git a/src/app/reactive/pages/basic-page/basic-page.component.html b/src/app/reactive/pages/basic-page/basic-page.component.html index 8f1382c..057a189 100644 --- a/src/app/reactive/pages/basic-page/basic-page.component.html +++ b/src/app/reactive/pages/basic-page/basic-page.component.html @@ -58,35 +58,3 @@

Reactivos: Básicos

- - - - -
-
- - Valid -
{{ myForm.valid | json }}
- - Pristine -
{{ myForm.pristine| json }}
- - Touched -
{{ myForm.touched| json }}
- - Value -
{{ myForm.value| json }}
- - Precio -
{{ myForm.controls['price'].value | json }}
- - Precio - Errors -
{{ myForm.controls['price'].errors | json }}
- - Producto -
{{ myForm.controls['name'].value | json }}
- - Producto -
{{ myForm.controls['name'].errors | json }}
-
-
\ No newline at end of file diff --git a/src/app/reactive/pages/dynamic-page/dynamic-page.component.html b/src/app/reactive/pages/dynamic-page/dynamic-page.component.html index 3750306..b03ecf5 100644 --- a/src/app/reactive/pages/dynamic-page/dynamic-page.component.html +++ b/src/app/reactive/pages/dynamic-page/dynamic-page.component.html @@ -65,17 +65,3 @@

Reactivos: Dinámicos

- - - -Valid -
{{ 'object' | json }}
-
- -Value -
{{ 'object' | json }}
-
- -Agregar Juego -
{{ 'object' | json }}
-
{{ 'object' | json }}
diff --git a/src/app/reactive/pages/switches-page/switches-page.component.html b/src/app/reactive/pages/switches-page/switches-page.component.html index 82ff5d7..2f584b2 100644 --- a/src/app/reactive/pages/switches-page/switches-page.component.html +++ b/src/app/reactive/pages/switches-page/switches-page.component.html @@ -68,21 +68,3 @@

Reactivos: Switches

- - -
Valor del formulario
-
{{ myForm.value | json }}
-
- -
Persona
-
{{ myForm.value| json }}
-
- -
Valid
-
{{ myForm.valid | json }}
- -
Términos
- - -
-
Condiciones: