<?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: Jonathan Goossens</title>
    <description>The latest articles on DEV Community by Jonathan Goossens (@jonathangoossens).</description>
    <link>https://dev.to/jonathangoossens</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%2F1392099%2F13623b55-61fd-4a86-bd6c-f26cf7f47067.png</url>
      <title>DEV Community: Jonathan Goossens</title>
      <link>https://dev.to/jonathangoossens</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jonathangoossens"/>
    <language>en</language>
    <item>
      <title>Need help with strictly typed forms</title>
      <dc:creator>Jonathan Goossens</dc:creator>
      <pubDate>Thu, 28 Mar 2024 09:28:09 +0000</pubDate>
      <link>https://dev.to/jonathangoossens/need-help-with-strictly-typed-forms-1jdm</link>
      <guid>https://dev.to/jonathangoossens/need-help-with-strictly-typed-forms-1jdm</guid>
      <description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I am trying to make use of Angular's typed forms, but I am running into some issues regarding the typing. I created this small &lt;a href="https://stackblitz.com/edit/strictly-typed-forms-bug?file=src%2Fbuilding%2Fbuilding.component.ts"&gt;stackblitz&lt;/a&gt; example to demonstrate what I'm trying to achieve. When I define a typed form inside my &lt;code&gt;building.component.ts&lt;/code&gt;, it works completely fine. However, due to the size of the forms I'm using, I'm attempting to build the form in a separate function (in a separate file) to keep my code cleaner. However, whenever I do this, it loses the typing. Does anyone here have any experience with this issue or any knowledge that could help me achieve my goal?&lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;

</description>
      <category>angular</category>
      <category>help</category>
    </item>
  </channel>
</rss>
