<?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: Calendar Component in Angular Material	</title>
	<atom:link href="https://onthecode.co.uk/blog/angular-material-calendar-component/feed" rel="self" type="application/rss+xml" />
	<link>https://onthecode.co.uk/blog/angular-material-calendar-component</link>
	<description>onthecode blog</description>
	<lastBuildDate>Sat, 22 Feb 2025 19:55:11 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.3</generator>
	<item>
		<title>
		By: mipi		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-7859</link>

		<dc:creator><![CDATA[mipi]]></dc:creator>
		<pubDate>Fri, 20 May 2022 06:55:09 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1203#comment-7859</guid>

					<description><![CDATA[Believe it or not, this is the only sensible article on that matter (still, in 2022!), but I have a question fundamental to me- how on Earth I can connect calendar value to an input?! I mean... it&#039;s simple as assigning ngModel, but I want it formatted and behaving like an input with matDatepicker assigned...]]></description>
			<content:encoded><![CDATA[<p>Believe it or not, this is the only sensible article on that matter (still, in 2022!), but I have a question fundamental to me- how on Earth I can connect calendar value to an input?! I mean&#8230; it&#8217;s simple as assigning ngModel, but I want it formatted and behaving like an input with matDatepicker assigned&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ysac		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-7159</link>

		<dc:creator><![CDATA[ysac]]></dc:creator>
		<pubDate>Wed, 13 Oct 2021 16:09:19 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1203#comment-7159</guid>

					<description><![CDATA[muchas gracias :)]]></description>
			<content:encoded><![CDATA[<p>muchas gracias 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-5250</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Wed, 13 Jan 2021 22:17:10 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1203#comment-5250</guid>

					<description><![CDATA[Hi Umut,
two questions...
How apply filter and...
How open auto the calendar
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Umut,<br />
two questions&#8230;<br />
How apply filter and&#8230;<br />
How open auto the calendar<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-4763</link>

		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Mon, 13 Jul 2020 08:54:15 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1203#comment-4763</guid>

					<description><![CDATA[Hi thank you. Is there a way someone can select time as well?]]></description>
			<content:encoded><![CDATA[<p>Hi thank you. Is there a way someone can select time as well?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tabish		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-4532</link>

		<dc:creator><![CDATA[Tabish]]></dc:creator>
		<pubDate>Mon, 29 Jun 2020 11:51:53 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1203#comment-4532</guid>

					<description><![CDATA[Hi Umut,
This article has helped me a lot, thanks for that. Could you please suggest how can I change the background colour of all dates depending on some criteria or event. Also, can any other view be called in the on click event of this calendar.

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi Umut,<br />
This article has helped me a lot, thanks for that. Could you please suggest how can I change the background colour of all dates depending on some criteria or event. Also, can any other view be called in the on click event of this calendar.</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Umut Esen		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-4158</link>

		<dc:creator><![CDATA[Umut Esen]]></dc:creator>
		<pubDate>Thu, 28 May 2020 20:17:56 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1203#comment-4158</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://onthecode.co.uk/blog/angular-material-calendar-component#comment-1715&quot;&gt;Facundo&lt;/a&gt;.

Hi, there should be no need to re-render the calendar component as it works with two-way binding. So in the calendar component: 

&lt;code&gt;[minDate]=&quot;minDate&quot; [maxDate]=&quot;maxDate&quot;&lt;/code&gt;

&lt;a href=&quot;https://github.com/umutesen/material-calendar-demo/tree/min-max-date&quot; rel=&quot;nofollow ugc&quot;&gt;Here is a working example&lt;/a&gt; based on the tutorial code. Good luck!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://onthecode.co.uk/blog/angular-material-calendar-component#comment-1715">Facundo</a>.</p>
<p>Hi, there should be no need to re-render the calendar component as it works with two-way binding. So in the calendar component: </p>
<p><code>[minDate]="minDate" [maxDate]="maxDate"</code></p>
<p><a href="https://github.com/umutesen/material-calendar-demo/tree/min-max-date" rel="nofollow ugc">Here is a working example</a> based on the tutorial code. Good luck!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Cesar		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-1936</link>

		<dc:creator><![CDATA[Cesar]]></dc:creator>
		<pubDate>Wed, 01 Apr 2020 15:04:13 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1203#comment-1936</guid>

					<description><![CDATA[Very usefull, thx.]]></description>
			<content:encoded><![CDATA[<p>Very usefull, thx.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Facundo		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-1715</link>

		<dc:creator><![CDATA[Facundo]]></dc:creator>
		<pubDate>Sun, 22 Mar 2020 19:50:26 +0000</pubDate>
		<guid isPermaLink="false">https://onthecode.co.uk/?p=1203#comment-1715</guid>

					<description><![CDATA[Hi Umut, any idea how i can re render the calendar?

For example, I choose two dates to set as min and max values for filtering, and then when I press a button I want the calendar to re render so it can have the filter applied.]]></description>
			<content:encoded><![CDATA[<p>Hi Umut, any idea how i can re render the calendar?</p>
<p>For example, I choose two dates to set as min and max values for filtering, and then when I press a button I want the calendar to re render so it can have the filter applied.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Umut Esen		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-1383</link>

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

					<description><![CDATA[In reply to &lt;a href=&quot;https://onthecode.co.uk/blog/angular-material-calendar-component#comment-396&quot;&gt;Jesse&lt;/a&gt;.

Hi Jesse, 

I have updated the post to include a section on how to highlight dates on the calendar. You can use it as a starting point. 

Thanks

Umut]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://onthecode.co.uk/blog/angular-material-calendar-component#comment-396">Jesse</a>.</p>
<p>Hi Jesse, </p>
<p>I have updated the post to include a section on how to highlight dates on the calendar. You can use it as a starting point. </p>
<p>Thanks</p>
<p>Umut</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Umut Esen		</title>
		<link>https://onthecode.co.uk/blog/angular-material-calendar-component#comment-1382</link>

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

					<description><![CDATA[In reply to &lt;a href=&quot;https://onthecode.co.uk/blog/angular-material-calendar-component#comment-331&quot;&gt;Jeevan&lt;/a&gt;.

Unfortunately this is not supported out of the box, you could wrap the calendar in a component and allow selection of multiple dates via input/output events. You&#039;d need to heavily work with DOM though, which may be a pain in the neck. If you choose to do this, make sure to use &lt;code&gt;Renderer2&lt;/code&gt; to query and modify elements in the DOM]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://onthecode.co.uk/blog/angular-material-calendar-component#comment-331">Jeevan</a>.</p>
<p>Unfortunately this is not supported out of the box, you could wrap the calendar in a component and allow selection of multiple dates via input/output events. You&#8217;d need to heavily work with DOM though, which may be a pain in the neck. If you choose to do this, make sure to use <code>Renderer2</code> to query and modify elements in the DOM</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
