-
Notifications
You must be signed in to change notification settings - Fork 222
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
ng2-semantic-ui & Universal #185
Comments
I'd definitely like Universal to be something supported by this library, though at the moment I have no experience with it so can't really estimate the amount of work required. Might you be able to please set up a repo that I can clone that has this library set up in the context of universal, so I can debug from there? |
Sure. No problem. I'll do that and post here.
|
Have discovered a great way to integrate SUI inside an Universal+CLI project. Please find here a repo that demonstrate how to perform that: https://github.com/pquarme/cli-universal-demo Heres a post in SO that explains a little regarding the architecture. Good luck 👍 |
Hi, |
Hi @ebondu. We have deserted universal. One big messy project, bad documented, bad managed, bad everything. Its a nightmare to work with and we abandoned it in favour of https://github.com/GoogleChrome/puppeteer. Easy to use, integrate with CLI, etc. |
Hi, thanks for your feedback and I agree with you ;). I will have a look to the puppeteer. @edcarroll I adapted the semantic-ui lib to be compatible with universal / aot compile, but I didn't test all components, etc. (dirty way). But if you are interrested, I can send you a PR... |
Installing SUI on a NG4 & Universal project. There's a problem with the window reference inside
SUI
. It breaks Universal builds.One of universal principals Gotchas is the prohibition usage of the
window
object. (referance).Error I'm receiving is when trying to build a universal build:
Searching over this error, I discovered several discussions over other ng projects, like ng2-select, or ngx-bootstrap 1, ngx-bootstrap 2,
What's your position regarding this matter? Is it something that can be fixed in SUI?
The text was updated successfully, but these errors were encountered: