1.1.31 • Published 8 years ago

hostme-sdk-angular2-admin v1.1.31

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

hostme-sdk-angular2-mobile

Building

To build an compile the typescript sources to javascript use:

npm install
npm run build

publishing

First build the package than run npm publish

consuming

navigate to the folder of your consuming project and run one of next commando's.

published:

npm install hostme-sdk-angular2-mobile --save

unPublished (not recommended):

npm install PATH_TO_GENERATED_PACKAGE --save

In your angular2 project:

TODO: paste example.

Set service base path

If different than the generated base path, during app bootstrap, you can provide the base path to your service.

import { BASE_PATH } from './path-to-swagger-gen-service/index';

bootstrap(AppComponent, [
    { provide: BASE_PATH, useValue: 'https://your-web-service.com' },
]);
1.1.31

8 years ago

1.1.30

8 years ago

1.1.29

8 years ago

1.1.28

8 years ago