<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Soundarya Vembaiyan</title>
    <description>The latest articles on DEV Community by Soundarya Vembaiyan (@soundaryavembaiyan).</description>
    <link>https://dev.to/soundaryavembaiyan</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1267642%2F8f27980f-f70b-416c-b3ad-720e6acd884c.jpeg</url>
      <title>DEV Community: Soundarya Vembaiyan</title>
      <link>https://dev.to/soundaryavembaiyan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/soundaryavembaiyan"/>
    <language>en</language>
    <item>
      <title>Angular Forms</title>
      <dc:creator>Soundarya Vembaiyan</dc:creator>
      <pubDate>Thu, 01 Feb 2024 11:43:50 +0000</pubDate>
      <link>https://dev.to/soundaryavembaiyan/angular-forms-3koc</link>
      <guid>https://dev.to/soundaryavembaiyan/angular-forms-3koc</guid>
      <description>&lt;p&gt;Template-driven forms and Reactive forms are two approaches to handling forms in Angular.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Template-Driven Forms:&lt;/strong&gt;&lt;br&gt;
Approach:&lt;br&gt;
Template-driven forms are more declarative and rely on directives in the template to create and manipulate the form controls. Form controls are bound to the template using directives like ngModel, ngForm, and others.&lt;br&gt;
ngModel is a key feature, providing two-way data binding between the form controls and component properties.&lt;br&gt;
Choose template-driven forms for simpler forms with less complex logic.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reactive Forms:&lt;/strong&gt;&lt;br&gt;
Approach:&lt;br&gt;
Reactive forms are more programmatic and require the explicit creation of form controls and groups in the component class.&lt;br&gt;
Form controls are created using TypeScript code, providing more control and flexibility.&lt;br&gt;
Choose reactive forms for complex forms with dynamic controls and advanced validation requirements.&lt;/p&gt;

</description>
      <category>angular</category>
      <category>typescript</category>
      <category>webdev</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Hey!</title>
      <dc:creator>Soundarya Vembaiyan</dc:creator>
      <pubDate>Sun, 28 Jan 2024 07:49:19 +0000</pubDate>
      <link>https://dev.to/soundaryavembaiyan/hey-288d</link>
      <guid>https://dev.to/soundaryavembaiyan/hey-288d</guid>
      <description></description>
      <category>developer</category>
    </item>
  </channel>
</rss>
