News

In an earlier column, I created a simple Angular app in TypeScript that displayed a dropdown list of Customer objects retrieved from an ASP.NET MVC Controller’s Action method. In this column, I’m ...
I'll get the server-side code (and the client-side code that hasn't changed from my previous column) out of the way first. While it's not strictly part of my server-side code, here's that entry point ...
After Google launched the first version of its Angular web application framework in 2010, it quickly became one of the hottest web technologies. Since then, the web has changed, though, and when ...
Google’s Angular team has started maintaining an llms.txt file to help large language models find the latest Angular documentation and produce modern Angular code. Angular v20 is now available. The ...
TypeScript-based web framework shows off improvements to reactivity, server-side rendering, hydration, and a faster esbuild-based build system. Angular 16, the latest iteration of Google’s popular ...
If you use Angular to power your website, then you have an extra hurdle to cross when it comes to SEO. Fortunately, Angular Universal makes it easy to leap over it. Keep in mind that “easy” is a ...
There is a trend to have a back-end API and a rich client side frontend mostly written in JavaScript. Nic Jansma, Sr. Software Engineer at SOASTA One reason Angular is gaining mindshare is a shift in ...
Furthermore, a React or Angular app might require multiple calls to a given service to obtain a completely informed view. One way to address all these is the back ends for front ends (BFF) ...