In this guide, we are going to see how to take a front-end Angular app, a backend API written in Rust... (more…)
Read more »
Great news everyone: The Angular Language Service is coming to Visual Studio! For those who don’t know, the Angular team has done a lot of great work on powering up the editing experience for Angular using something called the Angular Language Service. (more…)
Read more »
There are many times when we need to insert Google Analytics into our application to track what a user does or where they go in the application. Single page apps like Angular work differently, though, than a static site for example. This post will show yo... (more…)
Read more »
Angular security best practice #1: use interpolation ({{ }}) to safely encode potentially dangerous characters and escape untrusted HTML or CSS expressions within a template expression. (more…)
Read more »
Yesterday I reached a personal and project milestone — I completed a progressive web app from beginning to end with payment and authentication integrations. It’s the first app in years that I’ve made from scratch. Since then, Angular has morphed and trans... (more…)
Read more »