Skip to content

Commit 9f836b9

Browse files
author
Your Name
committed
Angular Forms In Depth
1 parent 97a6f0a commit 9f836b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/create-course/create-course-step-1/create-course-step-1.component.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
<div [formGroup]="form">
33

4+
<address-form legend="Address"></address-form>
5+
46
<mat-form-field>
57

68
<input matInput placeholder="Course title" formControlName="title" #title>

0 commit comments

Comments
 (0)