Angular – Material Dialog Box

Overview The example is a basic example of an Angular Material Dialog Box. This post will walk through how to create the application, install and configure Material, and build a Material Dialog Box. The application will have a table that will open a record in the dialog box. In the dialog box a text field

Angular Material Module Setup

Overview To aid in managing the size of the root or feature modules, you can put the Materials related imports in a separate module typescript file. The following is an example of how to accomplish this and how to generate new components or directives with the CLI when adding another module. Adding Angular Material Install