<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Creating a Scalable Angular Project Structure	</title>
	<atom:link href="https://onthecode.co.uk/blog/scalable-angular-project-structure/feed" rel="self" type="application/rss+xml" />
	<link>https://onthecode.co.uk/blog/scalable-angular-project-structure</link>
	<description>onthecode blog</description>
	<lastBuildDate>Fri, 11 Mar 2022 22:31:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.3</generator>
	<item>
		<title>
		By: kalempir		</title>
		<link>https://onthecode.co.uk/blog/scalable-angular-project-structure#comment-4883</link>

		<dc:creator><![CDATA[kalempir]]></dc:creator>
		<pubDate>Mon, 20 Jul 2020 15:29:16 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=868#comment-4883</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://onthecode.co.uk/blog/scalable-angular-project-structure#comment-4151&quot;&gt;Umut Esen&lt;/a&gt;.

Actually if you import the shared module in the app module, you don&#039;t need reimport it in feature modules. In your case, when we import the shared module in feature modules, it will multiple times imported.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://onthecode.co.uk/blog/scalable-angular-project-structure#comment-4151">Umut Esen</a>.</p>
<p>Actually if you import the shared module in the app module, you don&#8217;t need reimport it in feature modules. In your case, when we import the shared module in feature modules, it will multiple times imported.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Umut Esen		</title>
		<link>https://onthecode.co.uk/blog/scalable-angular-project-structure#comment-4151</link>

		<dc:creator><![CDATA[Umut Esen]]></dc:creator>
		<pubDate>Thu, 28 May 2020 19:26:50 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=868#comment-4151</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://onthecode.co.uk/blog/scalable-angular-project-structure#comment-2426&quot;&gt;Gerry&lt;/a&gt;.

That is because the shared module includes components, directives, and pipes which are re-used and referenced by the components declared in other feature modules. So if you import the shared module in the app module, you would be importing it twice in your application.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://onthecode.co.uk/blog/scalable-angular-project-structure#comment-2426">Gerry</a>.</p>
<p>That is because the shared module includes components, directives, and pipes which are re-used and referenced by the components declared in other feature modules. So if you import the shared module in the app module, you would be importing it twice in your application.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gerry		</title>
		<link>https://onthecode.co.uk/blog/scalable-angular-project-structure#comment-2426</link>

		<dc:creator><![CDATA[Gerry]]></dc:creator>
		<pubDate>Fri, 17 Apr 2020 17:30:09 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=868#comment-2426</guid>

					<description><![CDATA[Hi there!
Nice article!
Why ensure to don’t import the SharedModule into your AppModule? Whats the reason to dont do that?]]></description>
			<content:encoded><![CDATA[<p>Hi there!<br />
Nice article!<br />
Why ensure to don’t import the SharedModule into your AppModule? Whats the reason to dont do that?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: canadianorderpharmacy		</title>
		<link>https://onthecode.co.uk/blog/scalable-angular-project-structure#comment-83</link>

		<dc:creator><![CDATA[canadianorderpharmacy]]></dc:creator>
		<pubDate>Wed, 05 Jun 2019 00:12:35 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=868#comment-83</guid>

					<description><![CDATA[Having read this I believed it was extremely enlightening. I appreciate you finding the time and effort to put this content together. I once again find myself spending way too much time both reading and commenting. But so what, it was still worthwhile!]]></description>
			<content:encoded><![CDATA[<p>Having read this I believed it was extremely enlightening. I appreciate you finding the time and effort to put this content together. I once again find myself spending way too much time both reading and commenting. But so what, it was still worthwhile!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Danilo		</title>
		<link>https://onthecode.co.uk/blog/scalable-angular-project-structure#comment-62</link>

		<dc:creator><![CDATA[Danilo]]></dc:creator>
		<pubDate>Wed, 17 Apr 2019 13:13:51 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=868#comment-62</guid>

					<description><![CDATA[Hi there! Such a wonderful article, thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi there! Such a wonderful article, thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
