0.1.0 • Published 1 year ago
@bizdoc/sap v0.1.0
SAP for BizDoc
Server side Nuget package.
npm i @bizdoc/sapapp.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.1.0
1 year ago
0.0.36
2 years ago
0.0.34
2 years ago
0.0.31
2 years ago
0.0.32
2 years ago
0.0.33
2 years ago
0.0.29
2 years ago
0.0.28
2 years ago
0.0.27
2 years ago
0.0.25
2 years ago
0.0.24
2 years ago
0.0.23
2 years ago
0.0.22
2 years ago
0.0.21
2 years ago
0.0.20
3 years ago
0.0.19
4 years ago
0.0.18
4 years ago
0.0.17
4 years ago
0.0.16
4 years ago
0.0.15
4 years ago
0.0.13
4 years ago
0.0.11
4 years ago
0.0.10
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago