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 @@
{{ myForm.errors | json }}- -
{{ myForm.value.name | json }}- -
{{ myForm.value.email | json }}- -
{{ myForm.controls['userName'].errors| json }}- - -
{{ myForm.value.password | json }}- -
{{ 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 @@
{{ 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 }}-
{{ 'object' | json }}-
{{ 'object' | json }}-
{{ '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 @@
{{ myForm.value | json }}-
{{ myForm.value| json }}-
{{ myForm.valid | json }}- -
Condiciones: