-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
angular material breaks angular universal #883
Comments
Interesting thing is, that few of material items, are rendering well. Ie: md-sidenav |
duplicate of #774 |
This was referenced Sep 13, 2016
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug, feature request, or proposal:
Bug
What is the expected behavior?
elements and content should be prerendered on server side
What is the current behavior?
Exceptions on server side,
ie:
What are the steps to reproduce?
Try to use
<md-tab>
s or<md-input>
What is the use-case or motivation for changing an existing behavior?
Server side rendering
Which versions of Angular, Material, OS, browsers are affected?
"@angular/core": "2.0.0-rc.4",
"angular2-universal": "~0.104.5",
"@angular2-material/core": "^2.0.0-alpha.6",
node: v5.1.0 and v6.3.0
The text was updated successfully, but these errors were encountered: