Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ngx-bugatlas) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
NgxBugatlas
This library was generated with Angular CLI version 16.2.0.
npm install
npm i ngx-bugatlas
configure in module
import { NgxBugatlasModule, NgxBugatlasService } from 'ngx-bugatlas';
imports: [ NgxBugatlasModule ]
project id configure in module
export class AppModule { constructor( private ngxBugatlasService : NgxBugatlasService, ) { const data = { api_key:'API_KEY', secret_key:'SECRET_KEY', } this.ngxBugatlasService.seConfigKey(data); } }