-
Notifications
You must be signed in to change notification settings - Fork 27
Preview Release
edselg edited this page Apr 17, 2018
·
1 revision
Release 5.0 for the JSDO is currently available in preview mode. Use "@next" with npm packages to access it.
(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@next
Note: The above command automatically installs the packages for the JSDO and the DataSource.
The preview 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@next
-
@progress/jsdo-angular: Install jsdo-angular to use the JSDO and the DataSource components in an Angular app.
npm install @progress/jsdo-angular@next
- @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