Add options menu and option to export to HTML

This commit is contained in:
garrettmills
2020-02-09 06:08:25 -06:00
parent 7ee79dc1d9
commit 665fdc91a8
6 changed files with 47 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
<ion-list>
<ion-item button (click)="onSelect('html_export')">
<ion-icon slot="start" name="menu"></ion-icon>
<ion-label>Export to HTML Site</ion-label>
</ion-item>
</ion-list>