Skip to content

Commit

Permalink
Add link to Minimal Demo for Angular Material
Browse files Browse the repository at this point in the history
  • Loading branch information
kctang committed Apr 8, 2019
1 parent d2bac7a commit c317385
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 5 additions & 2 deletions projects/demo/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ <h1>dialog-service
</span>
</h1>



Reactive Angular modal dialogs. Create alert, confirmation, progress and form based dialogs
without writing component templates.
<ul>
Expand Down Expand Up @@ -42,6 +40,11 @@ <h1>dialog-service
</li>
</ul>

<div>
[ <a href="https://stackblitz.com/edit/dialog-service-starter">StackBlitz Template</a> |
<a href="https://github.com/kctang/dialog-service-mat-demo">Minimal Demo for Angular Material</a> ]
</div>

<mat-divider></mat-divider>
<h2>Getting Started</h2>
<ul>
Expand Down

0 comments on commit c317385

Please sign in to comment.