Discover high-quality Angular code & resources to level up your development skills. Visit my store!

Blog posts with tag tailwindcss

Cover Image for How to create a Dark Mode with Angular and TailwindCSS

How to create a Dark Mode with Angular and TailwindCSS

2023-07-31
6 min read

As developers, we strive to make user experience as great as possible. Dark mode has become an essential modern web app feature that enhances user convenience, especially for those who prefer a softer light on their screens during low light conditions.

Cover Image for Multi-Slot Content Projection in Angular

Multi-Slot Content Projection in Angular

2021-05-19
5 min read

In a previous article, I introduced you to the concept of Content Projection in Angular and how it can be used to design flexible components. In this article, I'll continue with that and show you how to add multi-slot content projection in Angular.

Cover Image for Create a responsive card grid with TailwindCSS and Angular

Create a responsive card grid with TailwindCSS and Angular

2021-04-16
6 min read

In a previous article, we built up a nice card view layout with TailwindCSS and Angular. In this article, we'll continue with that and convert it into a responsive card grid with TailwindCSS - without writing a single line of CSS!

Cover Image for Create a blog post card layout with Angular and TailwindCSS

Create a blog post card layout with Angular and TailwindCSS

2021-04-12
4 min read

In this article, we'll create a blog post card layout using Angular and TailwindCSS and it's utility first pattern.

Cover Image for How to add TailwindCSS in Angular 11.2

How to add TailwindCSS in Angular 11.2

2021-04-08
3 min read

In this article, I'll quickly show you how to add TailwindCSS to your Angular 11.2 app so you can get building your layouts with it.

Back to the blog