[AngularJS] Re: deploying an angular 2 app

2016-09-16 Thread user12345
HI You can create a war file and deploy it with the help of jboss. Actually i would suggest to de-couple both front end(Angular) and backend(Any server technology) code and deploy them as separate wars. You can use gulp for creating a war which will bundle all the js,css and other files which

[AngularJS] Re: deploying an angular 2 app

2016-09-16 Thread norricorp
So the "standard" way would be a data backend providing REST running in one application and the angular 2 app being packaged up and run as another application? > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group

[AngularJS] Re: deploying an angular 2 app

2016-09-15 Thread Richard Perfect
On Thursday, September 15, 2016 at 9:00:06 PM UTC+12, norricorp wrote: > > Hi, > new to angular. I was wondering how to deploy an angular app to a web > server? Is there documentation on this. > I have experience with Java and Tomcat applications but not sure how it > works where all of the