ICode4Coffee

Recent Angular Articles and Tutorials

How to create a dropdown with Angular and TailwindCSS
By Andre Lombaard | 30 March 2022
Nowadays, you can use many of the provided UI component libraries to quickly build your front end-user interfaces. These libraries can save you a lot of time, but there are also many reasons you might want to create components.
Read More
How to install and use Chart.js in an Angular application
By Andre Lombaard | 17 March 2022
Today, I was required to display a simple pie chart in an Angular application as part of a proof of concept page I'm building. Because I used Chart.js as part of a previous non-Angular project, it was the obvious choice since I'm already familiar with it and made the assumption that it would be simple to install and use Chart.js in an Angular application.
Read More
How to install and use Tailwind CSS in Angular
By Andre Lombaard | 13 March 2022
Angular 11.2 and above supports Tailwind CSS, making it extremely easy to set up and use in Angular. This article will show you how to install and use Tailwind CSS in Angular .
Read More
© AndrĂ© Lombaard