In frontend applications, displaying lists of things is a very common requirement.
This article shows you how to use Angular template references to give host components more control over the rendering of list items.
Read more
I usually see routing being implemented just for emulating page navigation on Angular SPAs. I would like to explain some other features that might be helpful as I feel this tool is used way under its possibilities.
Read more
During the past few years, browser applications built with modern frameworks have been taking over the static, native applications we were used to use. The key of their success is the ability to disguise like system applications, emulating complex techniques like animations which they use to retain the consistency with other native applications. In this blog post we will learn how we can use Angular to write complex animations directly from our code, and we will learn their benefits over standard CSS transitions.
Read more
Even though Angular has multiple core technologies which improve with no-effort how our bundle is generated, it's not strange size becomes a problem that require some sort of special caring. In this post we are going to analyze basic tips that ultimately lead to a lighter and snappier Angular application.
Read more
The growing improvement in AI and the ability to understand people has made virtual assistants already a standard in our world and more and more companies are using them as a tool to provide assistance to their users.
Read more