Initial
This commit is contained in:
commit
28c0420354
39 changed files with 9664 additions and 0 deletions
7
src/app/create-todo/create-todo.html
Normal file
7
src/app/create-todo/create-todo.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<p>create-todo works!</p>
|
||||
<form [formGroup]="form" (submit)="submit()">
|
||||
<input type="number" formControlName="id" style="display: hidden" />
|
||||
<input type="text" formControlName="title" />
|
||||
<input type="date" formControlName="dueDate" />
|
||||
<button type="submit">Create</button>
|
||||
</form>
|
Loading…
Add table
Add a link
Reference in a new issue