mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
[BEEEP] [PM-28239] Migrate generators to standalone (#17386)
* Migrate generators to use standalone and control flow * Resolve feedback * Add variable for account * Fix generators
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
/**
|
||||
* This file contains the public interface for the generator components library.
|
||||
*
|
||||
* Be mindful of what you export here, as those components should be considered stable
|
||||
* and part of the public API contract.
|
||||
*/
|
||||
|
||||
export { CredentialGeneratorComponent } from "./credential-generator.component";
|
||||
export { CredentialGeneratorHistoryComponent } from "./credential-generator-history.component";
|
||||
export { CredentialGeneratorHistoryDialogComponent } from "./credential-generator-history-dialog.component";
|
||||
export { EmptyCredentialHistoryComponent } from "./empty-credential-history.component";
|
||||
export { GeneratorModule } from "./generator.module";
|
||||
export { GeneratorServicesModule, SYSTEM_SERVICE_PROVIDER } from "./generator-services.module";
|
||||
export { PasswordGeneratorComponent } from "./password-generator.component";
|
||||
export { UsernameGeneratorComponent } from "./username-generator.component";
|
||||
|
||||
Reference in New Issue
Block a user