-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MatRangeDateSelectionModel should be excluded from public API #21985
Comments
@crisbeto is this class mostly used internally? |
Yes, the model is used internally to sync up the value between the various datepicker components. We should mark it as |
* Hides some symbols related to the date selection model from the public API docs. * Fixes that `MatDateSelectionModel` was marked as a directive, rather than an injectable. Fixes angular#21985.
* Hides some symbols related to the date selection model from the public API docs. * Fixes that `MatDateSelectionModel` was marked as a directive, rather than an injectable. Fixes #21985.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Documentation Feedback
Any usage example of injectable service MatRangeDateSelectionModel
Affected documentation page: https://material.angular.io/components/datepicker/examples
The text was updated successfully, but these errors were encountered: