This is the full listing of markup for the UI we designed and built in Chapter 9, Design Great UIs with Bootstrap’s Grid and Components. It’s included for completeness, but you may find it much easier to work with the source code, which you can download from the book’s website.[107]
| <section class="customer-details" *ngIf="customer"> |
| <form> |
| <div class="row"> |
| <div class="col-md-6"> |
| <article class="panel panel-primary"> |
| <header class="panel-heading"> |
| <h1 class="h3"> |
| Customer |
| </h1> |
| </header> |
| <section class="panel-body"> |
| <div class="row"> |
| <div class="col-md-4" ... |
No credit card required