0.0.36 • Published 9 months ago

@bizdoc/sap v0.0.36

Weekly downloads
-
License
https://github.co...
Repository
-
Last release
9 months 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.36

9 months ago

0.0.34

1 year ago

0.0.31

1 year ago

0.0.32

1 year ago

0.0.33

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.13

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago