"If we really want to make our website faster, we should just rewrite it in Next.js." I think you'd be hard pressed to find a tech startup anywhere without at least one developer who is constantly saying this. But is... (more…)
Read more »
All of us use the Hierarchical Dependency Injection mechanism of Angular. Mostly, we use it through a service or a component in order to… (more…)
Read more »
Let’s say that you’re working on an Angular 4 app that displays some images. You want to add a directive you can apply to any image tag to make it look fancy when you mouse over it. You… (more…)
Read more »
Services allow your code to share common functionality across the application. Find out how to use a TDD approach to incorporate them into your application.
Read more »
When Angular has finally come out, it was possible to test HTTP requests, but it was a tedious work to set it up properly. Multiple… (more…)
Read more »