ing
This commit is contained in:
parent
d7c3fa7fe5
commit
7780b22b39
|
@ -10,8 +10,12 @@
|
|||
</div>
|
||||
|
||||
|
||||
<p-dialog header="About overFlow" [(visible)]="displayAbout" [modal]="true" [responsive]="true" [width]="350"
|
||||
[minWidth]="200" [minY]="70" [closable]="false">
|
||||
<p-dialog [(visible)]="displayAbout" [modal]="true" [responsive]="true" [width]="350" [minWidth]="200" [minY]="70"
|
||||
[closable]="false">
|
||||
<p-header>
|
||||
About overFlow
|
||||
</p-header>
|
||||
|
||||
<app-menu-about></app-menu-about>
|
||||
|
||||
<p-footer>
|
||||
|
|
Loading…
Reference in New Issue
Block a user