1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 11:33:28 +00:00

modal component

This commit is contained in:
Kyle Spearrin
2018-01-29 09:33:43 -05:00
parent 752e9a726a
commit c50b478a4d
9 changed files with 550 additions and 2 deletions

View File

@@ -22,6 +22,8 @@
(onSavedCipher)="savedCipher($event)"
(onDeletedCipher)="deletedCipher($event)"
(onEditAttachments)="editCipherAttachments($event)"
(onCancelled)="cancelledAddEdit($event)">
(onCancelled)="cancelledAddEdit($event)"
(onGeneratePassword)="openPasswordGenerator()">
</app-vault-add-edit>
<ng-template #passwordGenerator></ng-template>
</div>