
Welcome to AG Dev Tech Blog
Latest from the Blog
Angular Guards in Disneyland Park
In an Angular application you might need to run some checks before allowing the user to navigate to or away from a page. That’s where Angular Guards come into play. …
Introduction to TypeScript
After some time of working with Angular and Typescript, I decided to create a series of articles where I will discuss different features and concepts related to Typescript. History JavaScript…
A Full Guide on Pipes: Custom Implementation, Chaining, Performance and Pure/Impure
In this post we will focus on Pipes: definition, built-in, custom implementation and testing. To better understand the advantages they offer we will focus on performance optimization. I will create…