Introduction Angular is a popular framework for building single-page, interactive applications.
With Angular gaining more popularity, we have the opportunity to use libraries that provide us with built-in UI components that allow us to focus on the code that will make our app stand out. ;)
In this tutorial, we will examine how to use Angular Material in order to build a clean and reusable dialog component.
We will focus on reusability, meaning that we will build a single custom dialog component that we will call when needed via a service class. ...