angular-material-components icon indicating copy to clipboard operation
angular-material-components copied to clipboard

'ngx-mat-datetime-picker' is not a known element

Open JavierConde opened this issue 4 years ago • 4 comments

Hi, i have an angular 11 proyect, just update a moment ago and when i update via npm to the latest version in my html file show this error

image

before the update, (angular 10) all works great, all modules are ok, etc, etc, just happend when upgrade to angular 11 and update all the dependencies

JavierConde avatar Apr 12 '21 21:04 JavierConde

I'm having the exact same issue here, have you found a fix?

simkass avatar Apr 22 '21 15:04 simkass

Getting the same issue...

singulli1 avatar May 03 '21 14:05 singulli1

@singulli1 I didn't find a solution and just ended up using: <input matInput type="datetime-local">

simkass avatar May 05 '21 14:05 simkass

Try npm install --save @angular-material-components/moment-adapter

b0yk0k4n3m avatar Jun 17 '21 01:06 b0yk0k4n3m