Last active
August 6, 2019 06:42
-
-
Save luillyfe/743cc22203c6e4807dfedb228970cb60 to your computer and use it in GitHub Desktop.
Controlled Components in Angular
This file contains 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
<form class="mx-3"> | |
<div class="form-group"> | |
... | |
<input name="email" | |
type="email" class="form-control" id="email" | |
aria-describedby="email" placeholder="Enter email"> | |
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small> | |
</div> | |
... | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment