pip-webui-settings

2.1.0 • Public • Published

Pip.WebUI Logo
Extensible settings page

Settings page allows users to set their preferences and change application settings. Pip.WebUI.Settings module implements extensible settings page that can be filled with tabs by application developers. The module also contains few standard tabs for basic user info and active sessions.

pipSettings provider

pipSettings provider allows to configure Settings page and fill it with standard or custom tabs.

pipSettingsProvider.addTab({
    state: 'custom',
    title: 'Custom tab',
    auth: true,
    stateConfig: {
        url: '/custom',
        templateUrl: 'custom_tab.html'
    }
});

Learn more about the module

Module dependencies

License

This module is released under MIT license and totally free for commercial and non-commercial use.

Readme

Keywords

Package Sidebar

Install

npm i pip-webui-settings

Weekly Downloads

3

Version

2.1.0

License

MIT

Last publish

Collaborators

  • seroukhov
  • zontak