0

Please or Register to create posts and topics.

Angular Material Theming

I am trying to create a simple ASP.NET Core app using the QuickApp.Pro as an example in Visual Studio 2017.  I can add Angular Material to the app with no problem.  I've added a mat-checkbox to the home page and it functions correctly  (<mat-checkbox>This is a checkbox</mat-checkbox>).  However, when I try to add Material Theming to the app (using one of the four themes that come with Material) , the checkbox is not formatted as it should.  I've tried to follow the Material guides on adding Theming to my Visual Studio 2017 app with no luck.  I can write the same app using CLI and the theming works with no problem.

What is the key for Material Theming to work in Visual Studio 2017?