I come from an Ext JS background, where we can run a build command and then create a war from the minimized source code.
Now I am finding it difficult to do such thing in Angular 2.
How can we minimize the Angular code & then create a WAR for deployment?