-
Notifications
You must be signed in to change notification settings - Fork 27
Home
JSDO 6.0 is now available and provides support for Angular 6 web applications.
JSDO 5.0 is now available and provides support for NativeScript/OpenEdge integration.
A preview release for @progress/jsdo-angular is now available. A preview release for @progress/jsdo-node is now available.
See Preview Release section below for additional information.
To access a preview release use "@next" with npm packages:
* npm install @progress/jsdo-node@next
See the following article for example using the JSDO 6.0 with Angular 6:
See article Using the JSDO and DataSource components in a Node.js app for info on how to use the JSDO from Node.js.
(NativeScript is required. See article NativeScript Getting Started)
Use the following command to create an app that uses the new DataSource component:
tns create <project-name> --template tns-template-master-detail-progress-ng
Note: The above command automatically installs the packages for the JSDO and the DataSource.
The JSDO 5.0 release includes the following npm packages:
-
@progress/jsdo-core: Install jsdo-core to use the JSDO component in your programs.
npm install @progress/jsdo-core
-
@progress/jsdo-angular: Install jsdo-angular to use the JSDO and the DataSource components in an Angular app.
npm install @progress/jsdo-angular
- @progress/jsdo-nativescript: Install jsdo-angular to use the JSDO and the DataSource components in an existing NativeScript app.
- DataSource API
- Starter Template Tutorial
- Using the JSDO component with plain HTML and JavaScript
- Using the JSDO and DataSource components with an existing NativeScript app
- Using the JSDO and DataSource components in an Angular web app (Angular-5.x)
- Using the JSDO and DataSource components in an Angular web app (Angular-6.x)
- Using the JSDO and DataSource components in a Node.js app