diff --git a/README.md b/README.md index 6cabc95..b3731d5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ > Reactive Angular modal dialogs. Create alert, confirmation, progress and form based dialogs without writing component templates. -[ [Documentation & Demos](https://dialog-service.surge.sh) | [StackBlitz Template](https://stackblitz.com/edit/dialog-service-starter) ] +[ [Documentation & Demos](https://dialog-service.surge.sh) | +[StackBlitz Template](https://stackblitz.com/edit/dialog-service-starter) | + [Minimal Demo for Angular Material](https://github.com/kctang/dialog-service-mat-demo)] - Create pre-defined modal dialogs without writing Angular component templates. - Support for alert, confirmation and progress dialogs. diff --git a/projects/demo/src/app/app.component.html b/projects/demo/src/app/app.component.html index f2032a5..6915173 100644 --- a/projects/demo/src/app/app.component.html +++ b/projects/demo/src/app/app.component.html @@ -10,8 +10,6 @@