You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behavior includes only the styles of argon-angular-dashboard. It has all the dependencies installed, however, it doesn't show the styles of Angular material
Steps to Reproduce
In order to replicate this issue, follow the following steps:
Download the free version of argon-angular-dashboard
Add dependencies of angular material by using ng add @angular/material
Add @import "~@angular/material/prebuilt-themes/indigo-pink.css"; in your styles.scss
Add any component in your HTML component, for example, let take a button. <button mat-raised-button color="accent">Accent</button>
Check the output on your page.
Context
Device: Lenovo Thinkpad
Operating System: Ubuntu 19.10
Browser and Version: chrome Version 80.0.3987.106 (Official Build) (64-bit)
Output screenshot
The text was updated successfully, but these errors were encountered:
Prerequisites
Angular material is not working after installing it to the free version of the argon-angular-dashboard screenshot attached.
Expected Behavior
The expected result should include:
Current Behavior
The current behavior includes only the styles of argon-angular-dashboard. It has all the dependencies installed, however, it doesn't show the styles of Angular material
Steps to Reproduce
In order to replicate this issue, follow the following steps:
ng add @angular/material
styles.scss
<button mat-raised-button color="accent">Accent</button>
Context
Output screenshot
The text was updated successfully, but these errors were encountered: