0.0.34 • Published 1 month ago

@bizdoc/sap v0.0.34

Weekly downloads
-
License
https://github.co...
Repository
-
Last release
1 month ago

SAP for BizDoc

Server side Nuget package.

npm i @bizdoc/sap

app.module.ts:

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

Utilize Service

Inject SapService.

export class MyForm implements OnInit {
    items$: Observable<ItemInfo[]>;
    constructor (private _sap: SapService) {}
    ngOnInit() {
        this.items$ = this._sap.items(...);
    }
}

Tags

<mat-hint [sap-card-info]="'C20000'"></mat-hint>
0.0.34

1 month ago

0.0.31

2 months ago

0.0.32

2 months ago

0.0.33

2 months ago

0.0.29

2 months ago

0.0.28

2 months ago

0.0.27

2 months ago

0.0.25

2 months ago

0.0.24

3 months ago

0.0.23

3 months ago

0.0.22

3 months ago

0.0.21

6 months ago

0.0.20

12 months ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.13

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.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago