This package has been deprecated

Author message:

Use @onega-ui

@uxwb/ngx-services
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@uxwb/services

Installation

  $ npm i @uxwb/ngx-services --save

Config

class Config {
  ajaxPrefixUrl?:string;
  webSocketUrl?:string;
}

Use

import { UXWBServicesModule } from '@uxwb/ngx-services';

@NgModule({
  ...
  imports: [
    ...
    UXWBServicesModule.forRoot({ ajaxPrefixUrl:'/api', webSocketUrl:'/ws' }),
  ],
  ...
})

License

BSD-3-Clause License. See the LICENSE file for details.

Package Sidebar

Install

npm i @uxwb/ngx-services

Homepage

uxwb.ru/

Weekly Downloads

0

Version

1.0.0

License

BSD-3-Clause

Unpacked Size

154 kB

Total Files

32

Last publish

Collaborators

  • markus621