<?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>AngularJS | JavaScript Tutorials &amp; Videos</title>
	<atom:link href="https://www.javascripttutorials.net/category/angularjs/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.javascripttutorials.net</link>
	<description>JavaScript Tutorials &#38; Videos: Node.js, AngularJS, Vue.js, Backbone.js</description>
	<lastBuildDate>Tue, 18 Jan 2022 22:27:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.javascripttutorials.net/wp-content/uploads/cropped-JavaScript_logo_2.svg_-32x32.png</url>
	<title>AngularJS | JavaScript Tutorials &amp; Videos</title>
	<link>https://www.javascripttutorials.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Enriching Angular Applications with Angular Forms</title>
		<link>https://www.javascripttutorials.net/enriching-angular-applications-with-angular-forms/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Tue, 18 Jan 2022 22:27:47 +0000</pubDate>
				<category><![CDATA[AngularJS]]></category>
		<guid isPermaLink="false">https://www.javascripttutorials.net/?p=575</guid>

					<description><![CDATA[<p>In almost every Angular application you come to the point where you need information from the user. Angular Forms is a great solution for this. Angular Forms makes it possible to get rich information about the people interacting with the JavaScript page and provides many possibilities with a large variety &#8230;</p>
The post <a href="https://www.javascripttutorials.net/enriching-angular-applications-with-angular-forms/">Enriching Angular Applications with Angular Forms</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>The Secrets of Angular Lightning Speed</title>
		<link>https://www.javascripttutorials.net/the-secrets-of-angular-lightning-speed/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Thu, 06 May 2021 16:08:59 +0000</pubDate>
				<category><![CDATA[AngularJS]]></category>
		<category><![CDATA[performance]]></category>
		<guid isPermaLink="false">https://www.javascripttutorials.net/?p=545</guid>

					<description><![CDATA[<p>Angular developers rarely have the need to write super optimized code. In Angular application development we tend to favor readability over optimization. But this approach doesn’t guarantee fast execution of the JavaScript code. With frameworks, the situation is reversed. Frameworks have to be really fast. Interestingly, there are techniques that &#8230;</p>
The post <a href="https://www.javascripttutorials.net/the-secrets-of-angular-lightning-speed/">The Secrets of Angular Lightning Speed</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Angular and The Case for RxJS</title>
		<link>https://www.javascripttutorials.net/angular-and-the-case-for-rxjs/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Tue, 09 Jun 2020 15:32:37 +0000</pubDate>
				<category><![CDATA[AngularJS]]></category>
		<guid isPermaLink="false">https://www.javascripttutorials.net/?p=501</guid>

					<description><![CDATA[<p>When choosing Angular to build a JavaScript front end app, it can seem like RxJS is just one more thing to learn, and there’s no easy transition coming from another framework. But RxJS is efficient and expressive! We declare relationships between entities, describing the what not the how. The basic &#8230;</p>
The post <a href="https://www.javascripttutorials.net/angular-and-the-case-for-rxjs/">Angular and The Case for RxJS</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>How to Mess up your Angular UI Components</title>
		<link>https://www.javascripttutorials.net/how-to-mess-up-your-angular-ui-components/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Wed, 11 Jul 2018 14:44:04 +0000</pubDate>
				<category><![CDATA[AngularJS]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=362</guid>

					<description><![CDATA[<p>This talk covers how to create rich UI components with Angular following the best practices and avoiding the pitfalls. For each practice, a real-life example from PrimeNG will be used as a case-study such as change detection techniques, templating, integrating 3rd party libraries, styling, querying and effective dom handling. Video &#8230;</p>
The post <a href="https://www.javascripttutorials.net/how-to-mess-up-your-angular-ui-components/">How to Mess up your Angular UI Components</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Testing Angular: Techniques &#038; Practices</title>
		<link>https://www.javascripttutorials.net/testing-angular-techniques-practices/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Wed, 13 Jun 2018 15:00:57 +0000</pubDate>
				<category><![CDATA[AngularJS]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=358</guid>

					<description><![CDATA[<p>As writing tests for frontend has always been hard, this presentation shows you how to make software testing easier in Angular applications. From unit testing components and services to end-to-end testing your entire application, this video will give you tips and techniques for testing in the latest versions of Angular &#8230;</p>
The post <a href="https://www.javascripttutorials.net/testing-angular-techniques-practices/">Testing Angular: Techniques & Practices</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Client-Centric Design with AngularJS and Backbone.js</title>
		<link>https://www.javascripttutorials.net/client-centric-design-with-angularjs-and-backbone-js/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Mon, 07 Apr 2014 17:19:14 +0000</pubDate>
				<category><![CDATA[AngularJS]]></category>
		<category><![CDATA[Backbone.js]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=173</guid>

					<description><![CDATA[<p>When building a rich front-end there are an increasing number of choices available. This talk dives into two emerging JavaScript choices that are taking the web by storm: AngularJS and Backbone.js. As clients have become more capable, developers are revisiting the server-centric page rendering approach and moving the MVC layer, &#8230;</p>
The post <a href="https://www.javascripttutorials.net/client-centric-design-with-angularjs-and-backbone-js/">Client-Centric Design with AngularJS and Backbone.js</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>AngularJS Forms Validation</title>
		<link>https://www.javascripttutorials.net/angularjs-forms-validation/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Mon, 06 Jan 2014 18:26:20 +0000</pubDate>
				<category><![CDATA[AngularJS]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=135</guid>

					<description><![CDATA[<p>This video provides an overview of AngularJS Form Validation. The great thing about AngularJS&#8217; Form Validation is that everything can be done without writing a single line of code. Video producer: http://codingsmackdown.tv/ Event organizer: http://www.meetup.com/AngularJS-DFW-Area/</p>
The post <a href="https://www.javascripttutorials.net/angularjs-forms-validation/">AngularJS Forms Validation</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Design Decisions in AngularJS</title>
		<link>https://www.javascripttutorials.net/design-decisions-in-angularjs/</link>
		
		<dc:creator><![CDATA[javascripttutorials.net]]></dc:creator>
		<pubDate>Wed, 02 Oct 2013 19:44:36 +0000</pubDate>
				<category><![CDATA[AngularJS]]></category>
		<guid isPermaLink="false">http://www.javascripttutorials.net/?p=121</guid>

					<description><![CDATA[<p>This presentation covers the design decisions that drove creating AngularJS, the JavaScript framework that combines data binding, reusable components, dependency injection, and a host of other powerful capabilities for building modern web applications. Learn how to build extremely scalable applications that are fast to build, trivial to change and maintain, &#8230;</p>
The post <a href="https://www.javascripttutorials.net/design-decisions-in-angularjs/">Design Decisions in AngularJS</a> first appeared on <a href="https://www.javascripttutorials.net">JavaScript Tutorials & Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
