This project was generated with Angular CLI version 1.0.0.
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/'}
],
...
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.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/class/module
.
Run npm run prepublishOnly
to build the project into the dist/ folder. You can then import it in your other modules.
Run ng test
to execute the unit tests via Karma.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.