by Adolfo Arnold | Dec 23, 2020 | Blog
The first time I opened a test file, which we usually find after creating a new project using Angular CLI, I felt a bit lost. As I was much more familiar with test frameworks such as XUnit or NUnit, I tried to match the parts of a test file in NUnit and those present...
by Salvatore Sorrentino | Nov 11, 2020 | Blog
When we talk about web solutions, change detection is a very important part of the framework that we are using because it’s responsible for the DOM updates. We must not forget that it also deeply affects an application’s performance. Change detection has two main...
by Enrico Bencivenga | Sep 30, 2020 | Blog
As part of the development of an e-commerce platform, which a front-end has been developed with Angular 8, the customer asked us to track user activities, using Google Analytics, in order to have live statistics on products sold on the site. Google Analytics is...
by Salvatore Sorrentino | Jul 15, 2020 | Blog
A few months after the version 9 release (described here), the Angular team surprised us with the version 10, trying to bridge the delays and promising the release of version 11 for the end of fall. In its development dependencies, Typescript moved to version...
by Michele Aponte | May 20, 2020 | Blog
In a previous article of mine, I talked about Microservices and how authenticate an Angular client with them using IdentityServer as authentication authority. I that case, I used the in-memory configuration to simplify the concept, but in a real application we need to...