<?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: Angular Loading Spinner on HTTP Request	</title>
	<atom:link href="https://onthecode.co.uk/blog/angular-display-spinner-every-request/feed" rel="self" type="application/rss+xml" />
	<link>https://onthecode.co.uk/blog/angular-display-spinner-every-request</link>
	<description>onthecode blog</description>
	<lastBuildDate>Wed, 07 Dec 2022 22:55:57 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.3</generator>
	<item>
		<title>
		By: Umut Esen		</title>
		<link>https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-13771</link>

		<dc:creator><![CDATA[Umut Esen]]></dc:creator>
		<pubDate>Wed, 07 Dec 2022 22:23:41 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1748#comment-13771</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-13157&quot;&gt;Zsolt&lt;/a&gt;.

Hey Zsolt, you&#039;d need to keep track of number of concurrent calls and hide the spinner when all calls complete. I&#039;ve updated the post to include a section on this. 
Thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-13157">Zsolt</a>.</p>
<p>Hey Zsolt, you&#8217;d need to keep track of number of concurrent calls and hide the spinner when all calls complete. I&#8217;ve updated the post to include a section on this.<br />
Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Zsolt		</title>
		<link>https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-13157</link>

		<dc:creator><![CDATA[Zsolt]]></dc:creator>
		<pubDate>Tue, 06 Dec 2022 08:15:50 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1748#comment-13157</guid>

					<description><![CDATA[What about multiple, concurrent API calls?]]></description>
			<content:encoded><![CDATA[<p>What about multiple, concurrent API calls?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jefin George Jose		</title>
		<link>https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-6206</link>

		<dc:creator><![CDATA[Jefin George Jose]]></dc:creator>
		<pubDate>Tue, 18 May 2021 18:47:06 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1748#comment-6206</guid>

					<description><![CDATA[How exactly is the variable &quot;showSpinner&quot; communicating with the visibility variable in spinner service?]]></description>
			<content:encoded><![CDATA[<p>How exactly is the variable &#8220;showSpinner&#8221; communicating with the visibility variable in spinner service?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ajay Saini		</title>
		<link>https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-3013</link>

		<dc:creator><![CDATA[Ajay Saini]]></dc:creator>
		<pubDate>Fri, 01 May 2020 12:36:53 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1748#comment-3013</guid>

					<description><![CDATA[Thank you. It is really a nice article.]]></description>
			<content:encoded><![CDATA[<p>Thank you. It is really a nice article.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Umut Esen		</title>
		<link>https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-1384</link>

		<dc:creator><![CDATA[Umut Esen]]></dc:creator>
		<pubDate>Thu, 20 Feb 2020 00:24:35 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1748#comment-1384</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-427&quot;&gt;Ale&lt;/a&gt;.

The order of interceptors matter, so ensure you add the spinner interceptor last with multi flag set to true.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-427">Ale</a>.</p>
<p>The order of interceptors matter, so ensure you add the spinner interceptor last with multi flag set to true.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ale		</title>
		<link>https://onthecode.co.uk/blog/angular-display-spinner-every-request#comment-427</link>

		<dc:creator><![CDATA[Ale]]></dc:creator>
		<pubDate>Wed, 13 Nov 2019 01:39:17 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1748#comment-427</guid>

					<description><![CDATA[But using this interceptor, the other request that I had at the app does not work anymore. How can I to get this interceptor to work only to show/hide the spinner?]]></description>
			<content:encoded><![CDATA[<p>But using this interceptor, the other request that I had at the app does not work anymore. How can I to get this interceptor to work only to show/hide the spinner?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
