Angular Material — Radio Buttons, Ripple Effects, and Select Dropdowns

John Au-Yeung
3 min readJan 21, 2021
Photo by Deleece Cook on Unsplash

Angular Material is a popular UI framework based on Material Design for Angular.

In this article, we’ll look at how to use Angular Material into our Angular project.

Radio Button

We can add a radio button with Angular Material.

--

--