From ac9ad6d6387569e139ceb589ff9581b0d3fa397d Mon Sep 17 00:00:00 2001 From: Igor Kriklivets Date: Mon, 8 Dec 2014 18:23:17 +0300 Subject: [PATCH] 14.2 version --- devextreme/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 devextreme/README.md diff --git a/devextreme/README.md b/devextreme/README.md new file mode 100644 index 000000000..0a2c4ecab --- /dev/null +++ b/devextreme/README.md @@ -0,0 +1,9 @@ +# DevExtreme TypeScript definitions # + +You can use DevExtreme TypeScript definitions to add DevExtreme widgets ([UI widgets](http://js.devexpress.com/Documentation/ApiReference/UI_Widgets) and [Data Visualization widgets](http://js.devexpress.com/Documentation/ApiReference/Data_Visualization_Widgets)) to your TypeScript apps, as well as build [DevExtreme single-page applications](http://js.devexpress.com/Documentation/Howto/SPA_Framework/Application_Design) using TypeScript. To do that, simply add at the top of your code. + +The API enclosed into the DevExtreme TypeScript definition file fully corresponds to the API described in the DevExtreme JavaScript [Reference](http://js.devexpress.com/Documentation/ApiReference) documentation. + +To build applications based on the DevExtreme SPA framework in Visual Studio, use TypeScript [application templates](http://js.devexpress.com/Documentation/Howto/VS_Integration/Project_Templates) integrated into Visual Studio. + +If you have any issues while using the DevExtreme TypeScript definitions, please refer to our [Support Center](https://www.devexpress.com/Support/Center/Question/List/1).