Package detail

@ovh-ux/ng-ovh-user-pref

ovh6.3kBSD-3-Clause2.1.4

An AngularJS service to create/get/delete user preferences

angularjs, ovh, ovhcloud, preferences

readme

ng-ovh-user-pref

An AngularJS service to create/get/delete user preferences.

npm version Downloads Dependencies Dev Dependencies

Install

$ yarn add @ovh-ux/ng-ovh-user-pref

Usage

import angular from 'angular';
import ngOvhUserPref from '@ovh-ux/ng-ovh-user-pref';

angular.module('myApp', [ngOvhUserPref]);
  • Create an user preference on api.ovh.com.
  • Merge an existing user preference on api.ovh.com.
  • Get all keys of user preference for one user.
  • Get user preference for a specific key.
  • Delete an user preference for a specific key.

Format:

  • The format of a key must be in uppercase, words separated by underscores _.
  • Key name sample: (COMMON_LANG, WEB_DOMAIN_FAVORITES, DEDICATED_DASHBOARD, ...).

Test

$ yarn test

Related

Contributing

Always feel free to help out! Whether it's filing bugs and feature requests or working on some of the open issues, our contributing guide will help get you started.

License

BSD-3-Clause © OVH SAS

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.1.4 (2025-06-05)

Note: Version bump only for package @ovh-ux/ng-ovh-user-pref

2.1.3 (2025-04-30)

Note: Version bump only for package @ovh-ux/ng-ovh-user-pref

2.1.2 (2024-11-28)

Note: Version bump only for package @ovh-ux/ng-ovh-user-pref

2.1.1 (2023-12-05)

Note: Version bump only for package @ovh-ux/ng-ovh-user-pref

2.1.0 (2023-11-21)

Features

  • migrate from vuepress to vitepress (6968c85)

2.0.7 (2023-09-07)

Note: Version bump only for package @ovh-ux/ng-ovh-user-pref

2.0.6 (2023-01-19)

Note: Version bump only for package @ovh-ux/ng-ovh-user-pref

2.0.5 (2022-11-29)

Note: Version bump only for package @ovh-ux/ng-ovh-user-pref

2.0.4 (2022-03-04)

Bug Fixes

  • dev-deps: update @ovh-ux/component-rollup-config to v12.0. (8145cd4)

2.0.3 (2021-10-26)

Bug Fixes

  • dev-deps: upgrade @ovh-ux/component-rollup-config to v11.0.0 (3ae659b)

2.0.2 (2021-06-29)

Bug Fixes

  • deps: upgrade @ovh-ux/component-rollup-config to v10.0.0 (8eac31f)

2.0.1 (2021-01-13)

Bug Fixes

  • update semver range for @ovh-ux/component-rollup-config (dda59c6)

2.0.0 (2020-04-01)

Bug Fixes

  • provider: udpate name of injected proxy request provider (#8) (d2d4184)

Code Refactoring

  • add missing ng prefix to the angular module name (09ac8da)

Features

BREAKING CHANGES

  • module is now named as ngOvhUserPref

1.0.2 (2020-01-09)

1.0.1 (2019-11-08)

1.0.0 (2019-02-28)

Bug Fixes

  • provider: udpate name of injected proxy request provider (#8) (40dfdf6)

Code Refactoring

  • add missing ng prefix to the angular module name (1dd7d64)

Features

BREAKING CHANGES

  • module is now named as ngOvhUserPref

1.0.0-beta.0 (2019-01-22)

Code Refactoring

  • add missing ng prefix to the angular module name (7352ff7)

BREAKING CHANGES

  • module is now named as ngOvhUserPref

1.0.0-alpha.0 (2019-01-18)

Features