// 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, AUTO_CONFIRM_NUDGE_SERVICE, } from "./services/nudge-injection-tokens"; export { AutoConfirmNudgeService } from "./services/custom-nudges-services";