This project is a collection of individual components for Angular Material projects.
A confirmation dialog and service.
Provides an edit-in-place component, swapping between displaying data and input.
To build a package, use the following commands from the root directory:
$ yarn install
$ ng build [component] --configuration production
$ cd dist/[component]
$ npm pack
$ npm publish