<?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: Yash Saxena</title>
    <description>The latest articles on DEV Community by Yash Saxena (@yash_saxena_).</description>
    <link>https://dev.to/yash_saxena_</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1748721%2Fbbdf3346-eae4-478a-b718-0454e03ce6a5.jpg</url>
      <title>DEV Community: Yash Saxena</title>
      <link>https://dev.to/yash_saxena_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yash_saxena_"/>
    <language>en</language>
    <item>
      <title>Using NgModule vs Standalone components</title>
      <dc:creator>Yash Saxena</dc:creator>
      <pubDate>Mon, 08 Jul 2024 16:35:04 +0000</pubDate>
      <link>https://dev.to/yash_saxena_/using-ngmodule-vs-standalone-components-8d8</link>
      <guid>https://dev.to/yash_saxena_/using-ngmodule-vs-standalone-components-8d8</guid>
      <description>&lt;p&gt;I have been studying Angular from a free YouTube course by Procademy. We are working on different dev versions(node - 18.19.1 npm-10.8.1 ng-18.0.6). The creator created a sample project and there was an app.module.ts file by default but when I created the project it wasn't there. I started by creating components and using documentation I figured that If I create standalone components, I can just use imports to include it in another component. There are a few questions bugging me-&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Do I need to use or create the app.module.ts file sooner or later?&lt;/li&gt;
&lt;li&gt;I also tried to create the module.ts file by myself but it was not automatically registering the components by itself and it started throwing errors around imports and standalone. I removed the standalone property from the components and include them in the ts file but still throws error. Can someone experienced give me a holistic view and is there someplace I can learn with other people for free online.&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
