Case Study – Angular in Production

In this informal essay I’ll go through a case study of my experience in using Angular (2 and above) in production.

Similar

A simple logging service for Angular 4

In the previous post, I described two Angular 4 component communication scenarios used to enable sibling component interaction. In this post, I'll walk you through the steps I followed when adding support for a simple Angular 4 logging service that uses d... (more…)

Read more »

Reactive apps with Angular and ngrx

Building web apps by following certain reactive patterns and conventions is a proven way of delivering stable and scalable software. And there are lots and lots of very good tutorials out there. So, why I'm writing this article? Well, to be honest, it's n... (more…)

Read more »