Angular Posts

Angular is a platform for building mobile and desktop web applications.
Mar 31, 2022

Busy Typescript Developer's Guide to the Typescript Type System - Angular Kenya

My talk About Busy Typescript Developer's Guide to the Typescript Type System for Angular Kenya. ...

Sep 23, 2021

All Things TypeScript ft. Wycliffe Maina - AiA 326

In this Podcast, I join the adventure in angular as a Guest to discuss the ins and outs of Typescript and several tips and tricks for using TypeScript ...

Jun 16, 2021

Building an RSS Scully Plugin - Angular

For an RSS plugin, we will build a routeDiscoveryDone plugin, which is usually called when all routes have been discovered. This is going to use data ...

Apr 19, 2021

Speeding Up Angular Scully Builds in GitHub Actions

In this article, we are going to learn how you can speed your Scully builds by re-using Angular build artifacts in GitHub Actions. In order to statica ...

Mar 8, 2021

Angular CDK - Platform Module

The platform module provides you with information about the current platform where the Angular app is running on and features supported on it. ...

Mar 5, 2021

My Blog is Overengineered

On the surface, it looks like any other blog, but do not let that fool you, this hides away a lot of complexities for a blog. In this article, I would ...

Oct 2, 2020

The State of RxJS. RxJS 7 and Beyond

We are going to discuss the state of RxJS, because the next major version – RxJS 7 – is around the corner. We are going to take a closer look at new f ...

Nov 19, 2019

How to build a reusable Modal Overlay/Dialog Using Angular CDK

In this lesson, we are going to learn how to create reusable modal overlays using Angular CDK Overlay. ...