[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: tableRef is being ignored in JSDO for Angular 6

  • Thread starter Thread starter rnicoara
  • Start date Start date
Status
Not open for further replies.
R

rnicoara

Guest
Hi Christian, To use our implementation of the JSDO, please follow these steps: - uninstall @progress/jsdo-core and @progress/jsdo-angular - run the following command in the root of your project: "npm install --save @consultingwerk/smartcomponents-jsdo-core @consultingwerk/smartcomponents-jsdo-angular --registry npm.consultingwerkcloud.com" - in your code, replace all imports from "@progress/jsdo-core" to "@consultingwerk/smartcomponents-jsdo-core" and from "@progress/jsdo-angular" to "@consultingwerk/smartcomponents-jsdo-angular" The rest of your existing code should work as is. You might also be interested in looking into our Smart Data Source, which makes tasks such as performing a named query quite easy. Since you have licensed the SmartComponent Library, I can also give you access to that.

Continue reading...
 
Status
Not open for further replies.
Back
Top