Skip to content

A connector module that allows angular2 applications to communicate with the JIRA REST API

Notifications You must be signed in to change notification settings

mcl-de/ng2-jira-connector

Repository files navigation

Ng2JiraConnector

This project was generated with Angular CLI version 1.0.0.

Installation

Run npm i --save ng2-jira-connector to install the latest published version. Import 'JiraconnectorModule' in your module and provide the URL to your JIRA instance in the providers array:

...
imports: [
	...
	JiraconnectorModule
],
providers: [
	...
	{provide: JIRA_URL, useValue: 'https://jira.foo.bar/rest/api/2/'}
],
...

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive/pipe/service/class/module.

Build

Run npm run prepublishOnly to build the project into the dist/ folder. You can then import it in your other modules.

Running unit tests

Run ng test to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

A connector module that allows angular2 applications to communicate with the JIRA REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published