ngx-user-settings
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Angular User Settings

The Angular User Settings is an extension used for storing and retrieving a user's table configuration of the Angular Table Manager.

It requires a MongoDB backend which handles the following requests.

import { NgxUserSettingsModule } from  'ngx-user-settings';

import { UserSettingsService } from  'ngx-user-settings';
imports: [
...
NgxUserSettingsModule.forRoot({
	host:  'http://0.0.0.0:5000', // environment.userSettingsHost
	project:  'test-project'  //environment.name
}),
...
]
providers: [
...
UserSettingsService
...
]

UserSettingsService:

get(data)
put(data)
post(data)
getCols(settings,cols,componentName: string)

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-user-settings

Weekly Downloads

2

Version

1.0.1

License

none

Unpacked Size

143 kB

Total Files

32

Last publish

Collaborators

  • rhideg