I have imported material(7.2.1) in my stackblitz link,
Still I am unable see the exact UI of material
I have tried to figure out, but no result. Here the stackblitz which i have created.
I have imported material(7.2.1) in my stackblitz link,
Still I am unable see the exact UI of material
I have tried to figure out, but no result. Here the stackblitz which i have created.
Angular Material lets you know what the issue is in the console:
You are not importing a core theme from Angular Material. Add this line to your styles.css:
See this link in the official documentation.