When working with Angular, surely you have heard the one magic rule for your templates: Don’t call any methods. And there is good reason: The way Angular Change Detection works, your method will be called in every CD cycle. This can lead to massive perfor... (more…)
Read more »
This article presents a step by step approach to create an Angular2 application, consuming an ASP.NET Core REST WebAPI. It continues the earlier post Using MongoDB with ASP.NET Core WebAPI and pres…...
Read more »
Intern is an incredibly powerful and feature-rich approach to all types of JavaScript and TypeScript testing. Intern 4 is a major update refactored in TypeScript and with much improved support for modern language features and support for ESM as well as bu... (more…)
Read more »