Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created October 25, 2021 16:27
Show Gist options
  • Save NyaGarcia/293f89e8f4811a529ae3f8e1f5c2fa36 to your computer and use it in GitHub Desktop.
Save NyaGarcia/293f89e8f4811a529ae3f8e1f5c2fa36 to your computer and use it in GitHub Desktop.
Adding the login form to the register page
<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