Components: Separate Calendar component

Created on 1 Nov 2017  路  9Comments  路  Source: angular/components

proposal

Make mat-calendar a separate component

What is the expected behavior?

I need a mat-calendar that don't float and is not tied to date picker

What is the current behavior?

Now only way to add calendar is using mat-datepicker

What is the use-case or motivation for changing an existing behavior?

Calendar is a commonly used component in mobile devices

Most helpful comment

MatCalendar is already exported from MatDatepickerModule

<mat-calendar [selected]="selectedDate" (selectedChange)="selectedDate = $event">
</mat-calendar>

All 9 comments

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:

https://material.angular.io/components/datepicker/overview

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._

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RoxKilly picture RoxKilly  路  3Comments

shlomiassaf picture shlomiassaf  路  3Comments

MurhafSousli picture MurhafSousli  路  3Comments

Miiekeee picture Miiekeee  路  3Comments

Hiblton picture Hiblton  路  3Comments