ngx-neshan
TypeScript icon, indicating that this package has built-in type declarations

0.0.12 • Public • Published

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' }
  ],
})

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-neshan

Weekly Downloads

0

Version

0.0.12

License

MIT

Unpacked Size

185 kB

Total Files

38

Last publish

Collaborators

  • mehdii