We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf86f78 commit 924f337Copy full SHA for 924f337
README.md
@@ -87,7 +87,7 @@ export class MyCompComponent {
87
this.formsManager.getForm(formName);
88
this.formsManager.hasForm(formName);
89
90
- this.formsManager.selectControl(formName, 'email').subscribe(nameControl => {});
+ this.formsManager.selectControl(formName, 'email').subscribe(emailControl => {});
91
this.formsManager.getControl(formName, path?);
92
93
this.formsManager.selectErrors(formName, path?).subscribe(errors => {});
0 commit comments