We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frm: FormGroup; constructor(private fb: FormBuilder) { } ngOnInit() { this.frm = this.fb.group({ email: ['', Validators.required], }); }
<form [formGroup]="frm" connect="ReactiveForm"> <input class="form-control" formControlName="email" /> </form>
core.es5.js:1084 ERROR Error: Uncaught (in promise): Error: No provider for NgForm! Error: No provider for NgForm!
The text was updated successfully, but these errors were encountered:
angular-redux/form only supports template driven forms at this time
Sorry, something went wrong.
No branches or pull requests
Page.ts
Page.html
Error
core.es5.js:1084 ERROR Error: Uncaught (in promise): Error: No provider for NgForm!
Error: No provider for NgForm!
The text was updated successfully, but these errors were encountered: