-
Notifications
You must be signed in to change notification settings - Fork 433
angular material 2 support in this template? #402
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
Comments
I've been using material2 with this repo for months with SSR on albeit with some workarounds that for the most part have been able to remove with the latest material 2.0.0-beta.10. Have you moved: import 'hammerjs'; from app.modeule.ts to boot.browser.ts? |
not yet... let me try it @peterdobson thanks :) |
Moving hammer solved some console errors for me, but what browser animations are not working? Any specific errors? |
Did you get it working? @chencingyen Apologies I'm escaping the hurricane at the moment 👍 |
@MarkPieszak can we have a simplified version of this template? with just angular, angular material, lazy loading, server side pre-rendering and seo. |
It's in the works, it'll be a little bit simpler soon with PRs (or branches) that show the diff of adding a specific feature. Currently fleeing he hurricane so might be a week or two before I can get anything in there unfortunately. 😓 |
Thank you so much @MarkPieszak for quick reply. Stay safe :) |
Material 2 works for this repo. @MarkPieszak |
@MarkPieszak thanks for you support :) anyway @MarkPieszak stay safe |
Yes they're meant to be fairly similar now, you should be able to transition around & take things from either easily! GL! |
What exactly you have done to use Material 2 with this repo? :) |
in the FAQ of the read me of this project you stated that
How do I Material2 with this repo?
You'll either want to remove SSR for now, or wait as support should be coming to handle platform-server rendering.
https://github.com/MarkPieszak/aspnetcore-angular2-universal#how-do-i-material2-with-this-repo
and in this tweet you said that angular material now support angular universal....

can i get more detail on this?
btw i am having difficulty for importing angular animation to use together wigh pre-rendering.... can you help also?
thank in advanced
The text was updated successfully, but these errors were encountered: