How to install Firebase in Angular
By Andre Lombaard | 27 April 2022
If you are reading this, you probably already know about Firebase and would like to use it in your Angular projects. In this beginner's tutorial, I will provide you with a step-by-step guide on how to install Firebase in Angular.
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.
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.
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 .