In the midst of my latest Angular 7 project, I decided to incorporate the out-of-the-box material components.
Unfortunately, there seems to be a hiccup with some of the CSS not being applied and pinpointing the cause is proving to be an elusive task.
For instance, despite declaring an input as matInput, the styling fails to take effect, leaving it resembling a plain HTML input. Interestingly, other elements like cards appear styled as intended.
https://i.sstatic.net/Wlu3b.png
Here lies my angular.json configuration: https://i.sstatic.net/hXXmc.png
The styles.scss file can be found here: https://i.sstatic.net/1wCjd.png
Sneak peek of the under-styled input field: https://i.sstatic.net/OzMFn.png
Could it be that I overlooked a crucial stylesheet or missed an important step? Why does my matInput remain unformatted?