1.0.9 • Published 8 years ago

sygic-custom-url v1.0.9

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
8 years ago

sygic-custom-url

Descriptions

Generates custom URLs for sygic app URL Scheme com.sygic.aura. Abstracts Android and iOS schemes.

See Sygic documentation for more details Sygic Professional Navigation.

Install

npm i --save sygic-custom-url

Usage

import { CustomUrlService } from "sygic-custom-url";

export class SomeComponent {
    private customUrlService: CustomUrlService;

    constructor() {
        this.customUrlService = new CustomUrlService();
    }

    ...
}

Documentation

Please see pages

Contributing

Test

npm test

Build

npm run build

Documentation

npm run compodoc

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago