The State of Web Components

Has the modern Web Platform evolved to the point where we can start using native components? As developers, we know that reusing code is a good idea. Does this mean we should use Web Components everywhere, or is this taking it a step too far?

Top 10 ways to use Interceptors in Angular

There are many ways to use an interceptor, and I’m sure most of us have only scratched the surface. In this article, I will present my ten favorite ways to use interceptors in Angular.

Script the Pain Away

I’m going to use the commands from my article ‘Get Started with your first Angular library’ and turn them into npm scripts. I will also show how we can re-use these scripts for multiple libraries across platforms with the help of variables and cross-env.

Custom Angular Pipes and Dynamic Locale

The DatePipe in Angular is great, but if you want to be able to support more than one language in your application you might want to implement your own pipe. In this article, I will show how to register your locales, create your custom pipes and then we will add them to our library.

Get Started with your first Angular Library

In this article, I will create a library and then use it in another project. I will not go too much into details, and what different config files are for but will try to keep this tutorial as short as possible for getting that first library working.