How to Build an Angular App Once and Deploy It to Multiple Environments

In my last projects, we always had the same requirement: Build the application once and deploy the same build fragment to multiple environments. This leads to some technical challenges, as we need to be able to inject environment-specific information to o… Read more

Similar

Let’s Build a Chat App with Socket.io and Angular

Intro If you’re reading, chances are either A, you’ve heard something about socketIO and want to get in the loop, or B, already know of it and want to see how to integrate it with Angular. Socket.io is an open source javascript framework for Node.js t...

Read more »