<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Nested Forms in Angular on Kevin C. Coram</title><link>https://kevin.thecorams.net/series/nested-forms-in-angular/</link><description>Recent content in Nested Forms in Angular on Kevin C. Coram</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>&amp;copy; 2019-2020 Kevin C. Coram | Except where otherwise noted, All Rights Reserved</copyright><lastBuildDate>Sat, 11 Jan 2020 10:45:12 -0500</lastBuildDate><atom:link href="https://kevin.thecorams.net/series/nested-forms-in-angular/index.xml" rel="self" type="application/rss+xml"/><item><title>Nested Forms in Angular - Part 2</title><link>https://kevin.thecorams.net/posts/2020/01/angular-nested-forms-part-2/</link><pubDate>Sat, 11 Jan 2020 10:45:12 -0500</pubDate><guid>https://kevin.thecorams.net/posts/2020/01/angular-nested-forms-part-2/</guid><description>After publishing my original Nested Forms in Angular article, my friend and colleague Val Neekman suggested I add a fourth approach, where static factory methods on each of the child components are used instead of a separate factory service. So it is with my thanks to him for the idea, along with some sample code to look at and a much appreciated review of my implementation of the idea, that I am able to write up Part 2 in my Nested Forms in Angular series.</description></item><item><title>Nested Forms in Angular</title><link>https://kevin.thecorams.net/posts/2019/12/angular-nested-forms/</link><pubDate>Tue, 31 Dec 2019 22:50:00 -0500</pubDate><guid>https://kevin.thecorams.net/posts/2019/12/angular-nested-forms/</guid><description>&lt;p>The official Angular documentation discussing &lt;a href="https://angular.io/guide/reactive-forms">Reactive Forms&lt;/a> shows how one can use groups and arrays to organize a form, and to dynamically add to it. The drawback of the example on that page is that everything is in a single component.&lt;/p>
&lt;p>Once a component starts to grow in size and complexity, it becomes desirable to decompose it into multiple smaller components. At this point, there are a number of ways to break up the form into a set of nested form elements.&lt;/p></description></item></channel></rss>