Dharmen Shah's Blog

Dharmen Shah's Blog

Follow
Follow
homeAbout MeJoin HashnodeSupport Mebadgesnewsletter
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

How to handle browser storage in Angular SSR?

Nov 25, 20233 min read

In this quick tutorial, we will learn best way to handle browser storage with Angular SSR · Server-side applications may not have access to certain...

How to handle browser storage in Angular SSR?

Create size variant for Angular Material Button

Nov 22, 20232 min read

In this quick tutorial, we will learn how to create a smaller variant of Angular Material Button. · How to change size To make size changes work...

Create size variant for Angular Material Button

Course Announcement: A complete theming guide to Angular Material Components

Nov 21, 20231 min read

📢 It’s finally here! 🚀 A complete theming guide to Angular Material Components ✅ Typography, mixins, density, component’s themes, dark theme —...

Course Announcement: A complete theming guide to Angular Material Components

Toggle dark theme in Angular Material

Sep 24, 20231 min read

In one of our previous articles, we saw how to lazy load a dark theme. If you haven't already, please check it...

Toggle dark theme in Angular Material

Modify colors of Angular Material Button

Sep 18, 20231 min read

Struggling with changing colors of angular material buttons? Not anymore! Read on... Let’s assume that you have added Angular Material in your project...

Modify colors of Angular Material Button

Save some bytes when using multiple themes in angular material components

Sep 17, 20231 min read

Let's say you have a theme file called dark.scss like below. // src/styles/themes/dark.scss @use "sass:map"; @use "@angular/material" as mat; @use...

Save some bytes when using multiple themes in angular material components