Reputation: 825
I am learning angular and now I am doing some POC to include angular material into my .Net Core 2.1 Project. So is there any tutorial to install angular material to the .Net Core 2.1 Project. I've tried many posts but they are with respective VS Code. I thought this might different wrt VS 17.
Could anyone give me step by step tutorial for the installation?
Thanks in advance
Upvotes: 1
Views: 474
Reputation: 825
I got the solution. After some decent search through internet. I found this post :https://www.talkingdotnet.com/add-angular-6-material-angular-6-asp-net-core-app/ which helped me install the angular material.
But, we need to match the @angular/cdk
& @angular/material
versions to @angular/core
if your getting compilation errors.
Upvotes: 1