1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-06 23:51:28 +01:00
bitwarden-browser/libs/tools
Oscar Hinton e5f83ff086
[PM-17031] Create UI-common (#12831)
Extract core functionality from `libs/angular` to allow teams to depend on `libs/ui-common` instead.

Moves the following functionality to `ui-common`.
- `I18nPipe`. `libs/angular` still has an old copy but `components` depends on the new variant from `ui-common`.
- `safeProvider`, `SafeProvider` and `SafeInjectionToken`. `libs/angular`re-exports these to avoid needing to update all consumers.
2025-01-17 10:42:31 -05:00
..
card [PM-17031] Create UI-common (#12831) 2025-01-17 10:42:31 -05:00
export/vault-export [PM-17031] Create UI-common (#12831) 2025-01-17 10:42:31 -05:00
generator [PM-17031] Create UI-common (#12831) 2025-01-17 10:42:31 -05:00
send [PM-17031] Create UI-common (#12831) 2025-01-17 10:42:31 -05:00
README.md [PM-4266] Create folder for tools owned features (#6761) 2023-11-02 14:10:28 +01:00

Tools

This lib represents the public API of the Tools team at Bitwarden. Modules are imported using @bitwarden/{feature-name} for example @bitwarden/send-core and @bitwarden/send-components.