-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
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
Ng Form example #172
Comments
You'll need to elaborate on what you're doing that ClickerForm doesn't https://github.com/lathonez/clicker/tree/master/src/components/clickerForm On 11 Nov 2016 20:36, "shinta5150" [email protected] wrote:
|
Ok. Thanks. Had a look at this. Looks like the form code in clicker is manually creating the formComponent. I'm not using the formBuilder in the constructor. Instead I'm relying on the compiler to generate the controls for me. Just wondering if you've create a form similar to the above as when i debug the compiled form, it doesn't appear to have any controls bounded to the form? |
Ah I see. No I've always used formBuilder. The only thing I can think of is calling fixture.detectChanges() explicitly Failing that I think it's one for stack overflow. On 11 Nov 2016 21:12, "shinta5150" [email protected] wrote:
|
Thanks for the feedback. Will try these out |
I'm wondering if it's possible to add a test for using ngForm.
Currently I'm trying to write an ngForm test hower the form.controllers is empty?
The text was updated successfully, but these errors were encountered: