Created
October 25, 2021 16:27
-
-
Save NyaGarcia/293f89e8f4811a529ae3f8e1f5c2fa36 to your computer and use it in GitHub Desktop.
Adding the login form to the register page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<h1>Welcome to NgBytes Register</h1> | |
<ngbytes-login-form (formData)="register($event)"></ngbytes-login-form> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment