Angular Articles, Tutorials & News

Angular Strict Mode

In Angular, we strongly believe in consistency and best practices. For example, we adopted TypeScript in its early days because we wanted…

Read more »

Angular Language Service for Visual Studio

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.

Read more »

Angular and Google Analytics

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…

Read more »

Angular Security Best Practices

Angular security best practice #1: use interpolation ({{ }}) to safely encode potentially dangerous characters and escape untrusted HTML or CSS expressions within a template expression.

Read more »