Skip to content

Commit

Permalink
Angular Forms In Depth
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 22, 2021
1 parent 97a6f0a commit 9f836b9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

<div [formGroup]="form">

<address-form legend="Address"></address-form>

<mat-form-field>

<input matInput placeholder="Course title" formControlName="title" #title>
Expand Down

0 comments on commit 9f836b9

Please sign in to comment.