How to create a super simple accordion component in Angular. Using the power of content projection in Angular, we are going to build an accordion/expansion panel that can be customized in multiple ways. ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
Jeremy Elbourn and Mark Thompson from the Angular team had their monthly Q&A live stream. While implementing chess in Angular, they discussed topics like Angular Material, learning Angular, standalone components, and a hint about something ...Read more
In this post, we'll create a line chart (in Angular 14 with the latest release of ng2-charts) in a style that's all the rage in cryptocurrency dashboard design (RIP) and optimized for user interaction. Here's how ...Read more
It's not uncommon to see Angular apps slow down over time. Angular is a performant platform, but if we don't know how to create performant Angular apps, our apps will become slower as they evolve. ...Read more
Uploading images is a common feature in many web applications. However, it's important to ensure that the uploaded images meet certain criteria, such as the correct file type, size, and aspect ratio. In ...Read more
One of my mentees asked me why we use angular when the same thing can be built using html,so i explained to him about performance, maintenance and code organization but he was not convinced. So ...Read more
The feature The angular team in version 14 introduced the inject method to play with dependency injection without needing to add ...Read more