Closed
Description
Bug, feature request, or proposal:
[ x ] Bug
What is the current behavior?
Buttons are missing the mat-button
, mat-raised-button
, mat-icon-button
, mat-fab
, mat-mini-fab
class in the server rendered view (only the theming class is present: mat-warn
etc.). Therfore, the elements don't get any styles applied.
What is the expected behavior?
Buttons should have the same classes applied in the server rendered view as when the client bootstraps.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Angular CLI: 1.6.8
Node: 8.9.4
OS: win32 x64
Angular: 5.2.4
@angular/cdk: 5.2.0
@angular/material: 5.2.0
Is there anything else we should know?
It was working fine with 5.1.0. Haven't tested on 5.1.1
This happened after updating CDK & Material to 5.2.0