[AngularJS] Need help in angular reactive form

2018-11-13 Thread Jquery Training (http://jquerytraining.com)
I want to show the db values to reactive form -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+unsubscr...@googlegroups.com. To post

[AngularJS] How to add dynamic field in reactive form using service

2018-11-13 Thread Jquery Training (http://jquerytraining.com)
I have some category name in database, I want to pull the category names and want show the category names as checkbox field in the reactive form in angular 6. The database category name are as below (id, category) [image: Screenshot_4.png] I