I'm having some difficulties adding Angular Material to our ASP.NET CORE project. I've tried several ways to add it:
- Via Nuget - Although there is a package, NuGet didn't download anything
- Via Bower - According to Microsoft's docs, this is now the preferred way for working with client packages. But when I search for it in the Bower package mannager ui, it can't find it. Same with the bower.json file.
So how do I add it to the project? We need to replace all the Bootstrap references in our (new) project with angular material.
thanks,
ashilon