0.0.12 • Published 2 years ago

ngx-neshan v0.0.12

Weekly downloads
15
License
MIT
Repository
github
Last release
2 years ago

NGX NESHAN

An Angular 6+ library to access Neshan Maps Platform

Getting Start

Signup and get your API ACCESS KEY at Neshan Developers Panel

Installation

npm i ngx-neshan --save

Usage

Import NgxNeshanModule, NESHAN_API_KEY into your app's modules:

import { NgxNeshanModule, NESHAN_API_KEY } from 'ngx-neshan';

@NgModule({
  imports: [
    ...
    NgxNeshanModule,
    ...
  ],
  providers: [
    { provide: NESHAN_API_KEY, useValue: 'NESHAN_API_KEY' }
  ],
})
0.0.12

2 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago