Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="container">
- <div class="row">
- <div class="col-md-12">
- <form name="form" #f="ngForm" (ngSubmit)="signup()">
- <div class="form-group">
- <label for="email">Email address</label>
- <input type="email" class="form-control" id="email" [(ngModel)]="email" name="email" aria-describedby="emailHelp" placeholder="Enter email">
- <small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
- </div>
- <div class="form-group">
- <label for="password">Email password</label>
- <input type="password" class="form-control" id="password" [(ngModel)]="password" name="password" aria-describedby="emailHelp" placeholder="Enter password">
- <small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
- </div>
- <button type="submit" class="btn btn-primary">Submit</button>
- </form>
- </div>
- </div>
- </div>
Add Comment
Please, Sign In to add comment