I\'m using Angular Material to add Date Picker to my app. For some reason the angular material is not applying the original angular materia
You need to wrap the input element with a and then the Material style is applied.
input
on its own is not sufficient.
You need: