-
Notifications
You must be signed in to change notification settings - Fork 484
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
material 2 in angular 4.3 breaks #764
Comments
Looks like an issue with Material not totally covering Universal support yet |
Are you importing MaterialModule or are you importing the modules individually? |
I'm including all the component modules individually @dockleryxk. @Toxicable, when the material.angular will cover the universal? and when it'll be finally released? It looks like to be too long in beta version... and I looked at Polymer it looks like that its components are more pretty and more bugless. So maybe the material.angular team can work with Polymer team to finally give any release. Or can even take a look at their codes for fixing some UI issues. |
@hakobpogh is still this an issue on the latest release of Material? |
I've tested it for beta-10 release and the issue still exists. |
@hakobpogh What issue? What error do you get with Universal? |
I have it working here https://angular.patrickmichalina.com |
Thank you @patrickmichalina. But have you tested it with angular 4.* and not angular 5? Becuase the angular 5 is in beta yet so I'll prefer to use stable version instead. |
@hakobpogh yes angular 4.3 was how I started. |
This should be fixed on the latest versions of Material. |
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. |
I have tested material 2 in angular 4.3.x and it's not working. But your documentation says that in angular 4.1+ material 2 should fully work...
After build, when the express should start it throws an error "Unexpected token import" in file "/dist/ngfactory/node_modules/@angular/material/typings/index.ngfactory.ts:9/"
please help me to find out a solution...
The text was updated successfully, but these errors were encountered: