Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Last active October 28, 2021 14:37
Show Gist options
  • Save NyaGarcia/d1f47f78aa43435c7afa0bee24ee5c9b to your computer and use it in GitHub Desktop.
Save NyaGarcia/d1f47f78aa43435c7afa0bee24ee5c9b to your computer and use it in GitHub Desktop.
Adding the login form to the login page
<div class="form-container">
<h1>Welcome to NgBytes Login</h1>
<h5>Sign in with your email</h5>
<ngbytes-login-form (formData)="login($event)"></ngbytes-login-form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment