mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 20:24:01 +00:00
* [PM-29209] Introduce new autofill nudge service specific to the Browser client * [PM-29209] Cleanup redundant browser setting checks * [PM-29209] Ensure nudge is dismissed on nudge button click * [PM-29209] Add spec file for browser autofill nudge service * [PM-29209] Cleanup settings-v2 spec file
5 lines
347 B
TypeScript
5 lines
347 B
TypeScript
// Note: Nudge related code is exported from `libs/angular` because it is consumed by multiple
|
|
// `libs/*` packages. Exporting from the `libs/vault` package creates circular dependencies.
|
|
export { NudgesService, NudgeStatus, NudgeType } from "./services/nudges.service";
|
|
export { AUTOFILL_NUDGE_SERVICE } from "./services/nudge-injection-tokens";
|