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
There should be mat-accent class in production build.
Mention any other details that might be useful (optional)
There might be other troubles, this one was easy to spot as all fab buttons lost the background. It should be accent by default per angular/material2 docs (and it was so until recently).
It might be trouble with Material itself however filing here as it does work with other than production builds.
The text was updated successfully, but these errors were encountered:
Versions
Repro steps
Source
With
ng serve
,ng serve --aot
,ng build --aot
this produces:When in production, after running
ng build --prod
, html is:Observed behavior
There is no
mat-accent
class in production build.Desired behavior
There should be
mat-accent
class in production build.Mention any other details that might be useful (optional)
There might be other troubles, this one was easy to spot as all fab buttons lost the background. It should be accent by default per angular/material2 docs (and it was so until recently).
It might be trouble with Material itself however filing here as it does work with other than production builds.
The text was updated successfully, but these errors were encountered: