-
Notifications
You must be signed in to change notification settings - Fork 185
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
Update Angular.js to Angular #56
Comments
Yes PRs are welcome! |
@jponge I started to have a look into this I see that in the |
@jponge yes I was looking at that piece of code and I'm wondering where we are referencing the |
This is by default, but this can be overridden https://vertx.io/docs/apidocs/io/vertx/ext/web/handler/StaticHandler.html#create-java.lang.String-
… On 29 Nov 2018, at 09:49, Francesco Borzì ***@***.***> wrote:
@jponge yes I was looking at that piece of code and I'm wondering where we are referencing the webroot directory? sorry I'm completely new to Vert.x
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
ok, thanks a lot for your answer! |
@jponge what's the best way to enable CORS in step-9 ? I need it for development purposes |
@jponge I've finished implementing the demo app for You can find the source code here: https://github.com/FrancescoBorzi/vertx-guide-client-app I've tried to keep the behaviour, code and logic similar to the old app whenever possible. Before I start editing the book chapter, I kindly ask you to review the code. If you think it's good enough, I'll start adjusting the book chapter. |
I am no modern Angular expert, so it looks good to me. That's a lot of files, can't it be made smaller? |
@jponge we could get rid of |
The simpler, the better :-) |
Chapter 10 "Client-side web application using AngularJS." still refers to the old AngularJS (which is no longer actively developed). What about updating it to the new Angular? Would PRs be accepted to do it?
The text was updated successfully, but these errors were encountered: