<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Install Angular Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/install-angular/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/install-angular/</link>
	<description>Code Solution</description>
	<lastBuildDate>Tue, 25 May 2021 00:28:09 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>Install Angular Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/install-angular/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install Angular</title>
		<link>https://codeplaners.com/how-to-install-angular/</link>
					<comments>https://codeplaners.com/how-to-install-angular/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 25 May 2021 00:28:09 +0000</pubDate>
				<category><![CDATA[Angular]]></category>
		<category><![CDATA[Angular 11]]></category>
		<category><![CDATA[Install Angular]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=834</guid>

					<description><![CDATA[<p>Hello Dev, Today, i we will show you how to install angular. This article will give you simple example of how to install angular. you will learn how to install angular. So let&#8217;s follow few step to create example of how to install angular. Step 1:- Install Angular Cli Step 2:- Create Angular Project Step &#8230; <a href="https://codeplaners.com/how-to-install-angular/" class="more-link">Continue reading<span class="screen-reader-text"> "How To Install Angular"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-angular/">How To Install Angular</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hello Dev,</p>
<p>Today, i we will show you how to install angular. This article will give you simple example of how to install angular. you will learn how to install angular. So let&#8217;s follow few step to create example of how to install angular.</p>
<h3>Step 1:- Install Angular Cli</h3>
<pre class="brush: jscript; title: ; notranslate">
npm install -g @angular/cli
</pre>
<h3>Step 2:- Create Angular Project</h3>
<pre class="brush: jscript; title: ; notranslate">
ng new my-app
</pre>
<h3>Step 3:- Run Angular Project</h3>
<pre class="brush: jscript; title: ; notranslate">
cd my-app
ng serve --open
</pre>
<p>automatically opens your browser to <strong>http://localhost:4200/</strong></p>
<p><img decoding="async" style="border: 3px solid #ff5722;" src="https://codeplaners.com/wp-content/uploads/2021/05/Install-Angular-Cli.png" alt="Install Angular" ></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/how-to-install-angular/">How To Install Angular</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/how-to-install-angular/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
