-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add Universal support #2
Comments
Just for anyone who stumbles across this issue, this is still on our roadmap but is probably not going to land any time soon. Upon further research the method in the Medium article above is not really the best approach, and you end up not having some of the best features of both the CLI and Universal with that approach. The Angular team is still working on adding Universal support to the CLI, but it sounds like it's a relatively high-effort task that may take a while. In the meantime, our best option may be to have a Universal branch of this project where we |
I agree with having a universal branch on the repo. but its something we can do once we feel the app is sort of ready for use. I think it can be accomplished easily so no point really in creating in now and having to do some maybe hard rebases to keep it in sync while we actively change the solution drastically..But definitely want to point out the is a super priority issue for us. |
There is some progress being made on CLI integration, an early (alpha / experimental / branch) version of it may land as soon as next week in time for the talk about Angular on the Server at next week's Node Summit. |
thats great news ! 🎉 |
Experimental CLI / Universal support has landed: https://twitter.com/hanslatwork/status/888527770925506560 |
Big news on this one, some new documentation and a new post on Medium have opened the possibilities up here. We've got a work in progress branch / PR at #73. |
I think our blocker soon is going to be hosting. I've done a little bit of digging into how Universal would work on Firebase, and there is some possibility of using Cloud Functions, but I haven't found any good guides. |
Next update re: cloud functions, here's an example using Universal with Firebase Cloud Functions: |
https://medium.com/@evertonrobertoauler/angular-4-universal-app-with-angular-cli-db8b53bba07d
The text was updated successfully, but these errors were encountered: