Make mat-calendar a separate component
I need a mat-calendar that don't float and is not tied to date picker
Now only way to add calendar is using mat-datepicker
Calendar is a commonly used component in mobile devices
MatCalendar
is already exported from MatDatepickerModule
<mat-calendar [selected]="selectedDate" (selectedChange)="selectedDate = $event">
</mat-calendar>
Closing as MatCalendar
is already available.
Can I have the link to the documentation for this component.
As where ever I search I only get reference to the below URL:
Also couldn't find any reference to this on the documentation. Maybe @willshowell can shime in with the link or maybe its really MIA.
@brunovinicius it was a while ago that I looked into this, but IIRC it was never documented
I see. Do you think we should open a new ticket for fixing this or is it already tracked?
Yeah I think a ticket specifically for documentation of MatCalendar
's availability would be most effective. I can't seem to find an existing one.
There are no docs, but here is the link to the source code if you want to see the Inputs and Outputs available on this component:
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
MatCalendar
is already exported fromMatDatepickerModule