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