Skip to content

Preview Release

edselg edited this page Apr 17, 2018 · 1 revision

Preview Release

Release 5.0 for the JSDO is currently available in preview mode. Use "@next" with npm packages to access it.

Quick Start with the Starter Template

(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.

Install npm packages directly

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.

Additional topics:

Clone this wiki locally