Guest User

Untitled

a guest
Jun 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <form class="row" style="width: 100%" (ngSubmit)="inf()">
  2. <div class="col-md-12">
  3. <div class="form-group col-md-4">
  4. <label for="cups">Yep</label>
  5. <input type="text" class="form-control" id="data" [(ngModel)]="data"
  6. [ngModelOptions]="{standalone: true}" value="1">
  7. </div>
  8. </div>
  9.  
  10. <div class="col-md-6">
  11. <button type="submit" class="btn btn-primary">Search</button>
  12. </div>
  13. </form>
Add Comment
Please, Sign In to add comment