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

Blog posts with tag web-development

Cover Image for Design a Weather Card With Angular Material and CSS

Design a Weather Card With Angular Material and CSS

2021-01-11
5 min read

Cards an essential UI element nowadays for almost any web application. Here is how to create a simple Angular Material card which shows the weather for today.

Cover Image for Truncate multiple line text in Angular like a pro

Truncate multiple line text in Angular like a pro

2020-07-21
8 min read

Truncation is a common problem when developing user interfaces with varying lengths of text. While truncating a single line of text is easy through good old CSS, how to truncate multiple line text can be a challenge!

Back to the blog