-
Notifications
You must be signed in to change notification settings - Fork 86
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
Same Server #1
Comments
You will have to use gulp in dev mode to translate ts to js in the fly .. And when building with maven you can use maven-front-build to bootstap the gulp workflow used in dev mode. I'll try to make an example |
Thank you |
I can't find this class in the model. import net.mzouabi.ng2.server.model.QPerson; |
@rcampion |
Thank you for your quick response. I found it. I'm trying to piece the Regards, On Tue, Mar 29, 2016 at 2:20 PM, Mourad ZOUABI [email protected]
Richard Campion |
@rcampion - Can you please provide me with what you found? I am trying to do the same but i couldnt find an example. |
@saiga29 - What I found was the generated class QPerson in target/generated-sources/java by building the original project using Maven. Then I copied this class to my project in Eclipse. |
@zouabimourad hi! can u please say me, how u connect ng2 with spring?i try to find it in project but i can't |
Hi @zouabimourad, Thanks for sharing the project. really helpful. However could you please help us to build and run on prod server ? any clue. as the startup will be frontend app, how the backend app startup is managed ? |
Hi @zouabimourad ,
I am interesting in using these technologies (NG2 and Springboot), I have google that so I found your projects.
I was wondering about how to use angular2 and springboot together in the same server like we use to do in angular1 (JS , CSS and HTML files are put in the static folder 'main/resources/static')
So do you know how to convert typescript files to JS so we could put them in the same application server?
The text was updated successfully, but these errors were encountered: