Angular material 15 does not have time and datetime picker icon for selection of data

350 views
Skip to first unread message

Carlo june Caimen

unread,
Jan 10, 2023, 12:34:27 AM1/10/23
to angular-material2
When creating angular 15.0.4 project then added angular material from cli command. Steps to reproduce bug(angular 15.0.4)
1. ng new sample_project
2. ng add @angular/material (indigo-pink.css)
3. added MatFormField and MatInputModule in NgModule
4. added code to app.html
       <mat-form-field>
               <input matInput type="time">
        </mat-form-field>
5. ng serve (does not show the clock icon to select time

but when i remove mat-form-file and mat input in html just plain html element
(<input type='time'>), the clock icon will show up.

Anyone can help me?

Dhruvan Chudasama

unread,
Jan 20, 2023, 6:16:44 AM1/20/23
to angular-material2
Use This  <input type="datetime-local" formControlName="date" class="form-control">
Reply all
Reply to author
Forward
0 new messages