From e124a86662638afbcd811b1d023898e19c3ed192 Mon Sep 17 00:00:00 2001 From: Travis Simon Date: Tue, 28 Nov 2023 15:22:38 +1100 Subject: [PATCH] Update datepicker docs to clarify separate install of providers The current document does not clearly convey that the date implementations are a separate install to the material framework. This update clarifies that the installation of the modules is a separate step and provides additional context by providing an example command of a necessary step. This highlights the need to install the provider while retaining the module path information. --- .../overviews/material/datepicker/datepicker.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs-content/overviews/material/datepicker/datepicker.html b/docs-content/overviews/material/datepicker/datepicker.html index e5ab0b7536..f21d603a49 100755 --- a/docs-content/overviews/material/datepicker/datepicker.html +++ b/docs-content/overviews/material/datepicker/datepicker.html @@ -347,7 +347,7 @@

npm --install @angular/material-date-fns-adapter)

@@ -369,7 +369,7 @@

npm --install @angular/material-luxon-adapter)

@@ -391,7 +391,7 @@

npm --install @angular/material-moment-adapter)

@@ -803,4 +803,4 @@

<input [matDatepicker]="picker"> <mat-datepicker #picker></mat-datepicker> - \ No newline at end of file +