loopback-sdk-builder
loopback-sdk-builder copied to clipboard
Instance Methods
What type of issue are you creating?
- [ ] Bug
- [ ] Enhancement
- [X] Question
What version of this module are you using?
- [X] 2.0.10 (Stable)
- [ ] 2.1.0-rc.n (2.1 Release Candidate n)
- [ ] Other
Write other if any:
Please add a description for your issue:
Theres is some instance methods integrated ? Like as we do something like
this.userApi.findById(1).subscribe((user : User)=>user.updateAttributes({ name : 'test', age : 20}).subscribe(res=>console.log(res),err=>console.log(err))
?