2.1.2 • Published 2 months ago

@bizdoc/priority v2.1.2

Weekly downloads
-
License
https://github.co...
Repository
-
Last release
2 months ago

Priority for BizDoc

Server side Nuget package.

npm i @bizdoc/priority

app.module.ts:

@NgModule({
    imports: [PriorityModule.forRoot(), ...]
})
export class AppModule {
}

API

Inject PriorityService.

export class MyForm implements OnInit {
    parts$: Observable<PartInfo[]>;
    constructor (private _priority: PriorityService) {}
    ngOnInit() {
        this.parts$ = this._priority.parts(...);
    }
}
NameMethodUsage
/api/priority/suppliersGET take, value
/api/priority/suppliers/{id}GET
/api/priority/purchaseorders/{id}GET
/api/priority/partsGET take, company, value
/api/priority/parts/{id}GET
/api/priority/budgetsGET take, value
/api/priority/accountsGET take, value
2.1.2

2 months ago

2.1.1

2 months ago

2.1.0

2 months ago

2.0.6

2 months ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.2

3 months ago

2.0.1

3 months ago

0.2.4

4 months ago

0.2.3

4 months ago

0.1.24

4 months ago

0.2.1

4 months ago

0.2.0

4 months ago

0.1.21

4 months ago

0.1.20

4 months ago

0.1.18

4 months ago

0.1.17

4 months ago

0.0.16

4 months ago

0.0.15

6 months ago

0.0.14

12 months ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago