Skip to content

Commit 924f337

Browse files
authored
Update README.md
1 parent cf86f78 commit 924f337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class MyCompComponent {
8787
this.formsManager.getForm(formName);
8888
this.formsManager.hasForm(formName);
8989

90-
this.formsManager.selectControl(formName, 'email').subscribe(nameControl => {});
90+
this.formsManager.selectControl(formName, 'email').subscribe(emailControl => {});
9191
this.formsManager.getControl(formName, path?);
9292

9393
this.formsManager.selectErrors(formName, path?).subscribe(errors => {});

0 commit comments

Comments
 (0)