mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
convert password history to ts. added clear option
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import * as angular from 'angular';
|
||||
import { ExportComponent } from './export.component';
|
||||
import { PasswordGeneratorHistoryComponent } from './password-generator-history.component';
|
||||
import { PasswordGeneratorComponent } from './password-generator.component';
|
||||
import { ToolsComponent } from './tools.component';
|
||||
|
||||
@@ -7,6 +8,7 @@ export default angular
|
||||
.module('bit.tools', ['ngAnimate', 'ngclipboard', 'toastr', 'oitozero.ngSweetAlert'])
|
||||
|
||||
.component('tools', ToolsComponent)
|
||||
.component('passwordGeneratorHistory', PasswordGeneratorHistoryComponent)
|
||||
.component('passwordGenerator', PasswordGeneratorComponent)
|
||||
.component('export', ExportComponent)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user