1.0.9 • Published 7 years ago

sygic-custom-url v1.0.9

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
7 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

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago