start of dialog component

This commit is contained in:
Jesse Lucas
2020-04-09 13:01:06 -04:00
parent b247ef2632
commit 632b6f8fbd
5 changed files with 52 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<h1 mat-dialog-title>Error</h1>
<div mat-dialog-content>
{{data.message}}
</div>