Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Make FormControl directive work as well as FormControlName #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MikeJerred
Copy link

Currently the validation only works if you write code like:

<input formControlName="foo" />

This PR allows you to do:

<input [formControl]="fooControl" />

I have not tested if this works as I'm not entirely sure how to build the package!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant