Showing posts with label build. Show all posts
Showing posts with label build. Show all posts

Sunday, 4 June 2017

Build & Deploy Angular 4 Projects

In January, this year, I was dealing with the migration from AngularJS to Angular 2. In the meantime the current version of Angular is 4. I decided to skip Angular 2 and continue with Angular 4.

Thursday, 19 January 2017

Build & Deploy Angular 2 Projects

I have built the front end of some WEB applications using AngularJS. Now I would like to move it to Angular 2. The first step is learning about Angular 2 and to figure out how to migrate the AngularJS code. The second step is to build the project for deployment on a WEB container which is not the NodeJs WEB server used for development.