12 lines
328 B
HTML
12 lines
328 B
HTML
|
<app-header></app-header>
|
||
|
<p>business works!</p>
|
||
|
<div align="center">
|
||
|
<mat-card class="centercard" [formGroup]="bizForm">
|
||
|
<p>Form</p>
|
||
|
<mat-form-field appearance="outline">
|
||
|
<mat-label>Business Name</mat-label>
|
||
|
<input matInput placeholder="Business Name" formControlName="name">
|
||
|
</mat-form-field>
|
||
|
</mat-card>
|
||
|
</div>
|