1.1.41 • Published 9 years ago

hostme-sdk-angular2-mobile v1.1.41

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
9 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 { Configuration } from 'hostme-sdk-angular2-admin';

const configurationFactory = () => { return new Configuration('https://your-web-service.com'); };

bootstrap(AppComponent, [
    { provide: Configuration, useFactory: configurationFactory },
]);
1.1.41

9 years ago

1.1.40

10 years ago

1.1.39

10 years ago

1.1.38

10 years ago

1.1.37

10 years ago

1.1.36

10 years ago

1.1.35

10 years ago

1.1.34

10 years ago

1.1.33

10 years ago

1.1.32

10 years ago

1.1.31

10 years ago

1.1.30

10 years ago

1.1.29

10 years ago

1.1.28

10 years ago

1.1.27

10 years ago