From 154095da0f25ca96485be08aba9712dc2724e3d8 Mon Sep 17 00:00:00 2001 From: Sercan Yemen <117369+srcn@users.noreply.github.com> Date: Tue, 24 May 2022 11:30:10 +0300 Subject: [PATCH] (auth/sign-up) Added missing ngForm reference, closes #165 --- src/app/modules/auth/sign-up/sign-up.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/modules/auth/sign-up/sign-up.component.html b/src/app/modules/auth/sign-up/sign-up.component.html index b986fd6c..f4241f4d 100644 --- a/src/app/modules/auth/sign-up/sign-up.component.html +++ b/src/app/modules/auth/sign-up/sign-up.component.html @@ -30,7 +30,8 @@
+ [formGroup]="signUpForm" + #signUpNgForm="ngForm">