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

Blog posts with tag material-design

Cover Image for Create a multi select chips component with Angular Material

Create a multi select chips component with Angular Material

2020-12-30
11 min read

I was going through the material design spec document the other day and came across the ever so versatile material chips. They're versatile in the sense that you can use them as action buttons, filter buttons or selection buttons depending on your use case. For instance, I wanted to use them as multi select chips.

Cover Image for Create a responsive navbar in Angular using Flex Layout

Create a responsive navbar in Angular using Flex Layout

2020-06-21
7 min read

Designing a navbar (or a toolbar) is easy for one screen size, but to make a truly responsive navbar, Flex Layout provides us with some neat tricks we can use!

Back to the blog