“Angular Reactive Forms” Problem Solver
This blog post supports the sample code for the “Angular: Reactive Forms” course on Pluralsight, identifying common issues along with their solutions.
[No common issues have been identified]
Tips and Techniques for Web and .NET developers.
This blog post supports the sample code for the “Angular: Reactive Forms” course on Pluralsight, identifying common issues along with their solutions.
[No common issues have been identified]
© 2023 Deborah's Developer MindScape Provided by WPMU DEV -The WordPress Experts Hosted by Microsoft MVPs
Frederick Morrison — March 31, 2017 @ 1:57 pm
FYI: I’m starting the APM portion of your Pluralsight course, Angular2 – Reactive Forms.
If anybody is interested in how APM would look like if it were built using angular-cli and angular 4.0.1, they can look at my GitHub.com project, located at https://github.com/fmorriso/APM-reactive-forms
deborahk — March 31, 2017 @ 2:15 pm
Thanks for posting this!
I also have the Angular 4 versions of the course sample code in github here: https://github.com/DeborahK/Angular2-ReactiveForms They are the folders with the “Updated” suffix. However, I didn’t use the angular-cli so thanks for setting that up!
Zhuang — April 17, 2017 @ 7:59 am
Hi Deborah,
I am wondering if you can help to make a Autocomplete Textbox with Multiple Values using Angular 2.
Thanks,
Zhuang
Ref: http://jsfiddle.net/phpdeveloperrahul/zMWLx/
deborahk — April 18, 2017 @ 10:15 am
Your best to ask these types of questions on stackoverflow. The experts there can help and often provide sample code.
Zhuang — April 18, 2017 @ 9:21 am
Hi Deborah,
Can you help?
Zhuang Zuo
zhuang.zuo@gmail.com
==================
in html:
==================
==================
Got error:
==================
zone.js:569 Unhandled Promise rejection: Template parse errors:
Can’t bind to ‘formGroup’ since it isn’t a known property of ‘form’. (”
][formGroup]=”exptForm”
>
deborahk — April 18, 2017 @ 10:17 am
I do not receive any notification of postings to this blog. So if you need to reach me quickly, post to the discussion tab of the course (where I do receive email notifications) or tweet me @deborahkurata. Thanks!
Regarding this specific question, I suggested stackoverflow above.
deborahk — May 8, 2017 @ 2:21 pm
Just to confirm … is this an error with the code for this course? If so, please post to https://app.pluralsight.com/library/courses/angular-2-reactive-forms/discussion. There it is easier to look at code and such.
Thanks!