Commit 7227c5a2 authored by RenanMontenegro3's avatar RenanMontenegro3

feat:"adição do campo data"

parent d0e0a43c
......@@ -14,6 +14,13 @@
}}</mat-error>
</mat-form-field>
</div>
<div class="row">
<mat-form-field class="field medium" appearance="outline">
<mat-label>Data</mat-label>
<input matInput type="date" formControlName="dataInicio" />
</mat-form-field>
</div>
</div>
<!--
<div class="row">
<mat-form-field class="field medium" appearance="outline">
......@@ -79,7 +86,6 @@
</div>
</div>
-->
</div>
<div mat-dialog-actions class="action">
<button mat-raised-button type="button" color="warn" [mat-dialog-close]="false">
Cancelar
......
......@@ -20,13 +20,13 @@
}}</mat-error>
</mat-form-field>
</div>
<!--
<div class="row">
<mat-form-field class="field medium" appearance="outline">
<mat-label>Data de Início</mat-label>
<mat-label>Data</mat-label>
<input matInput type="date" formControlName="dataInicio" />
</mat-form-field>
</div>
<!--
<mat-form-field class="field medium" appearance="outline">
<mat-label>Data de Fim</mat-label>
<input matInput type="date" formControlName="dataFim" />
......
export const environment = {
production: false,
API_URL: 'http://aceite-tecnico-back:9090'
API_URL: 'http://localhost:8080'
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment