Skip to content

Commit 0a86c8d

Browse files
authored
feat: add explicit note about the example app (NativeScript#1882)
1 parent 670116d commit 0a86c8d

File tree

12 files changed

+14
-13
lines changed

12 files changed

+14
-13
lines changed

docs/ui/components/AutoCompleteTextView/autocomplete-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish: true
1010

1111
# RadAutoCompleteTextView Getting Started
1212

13-
In this article, you will learn how to initialize **RadAutoCompleteTextView** and use it with its basic configuration.
13+
In this article, you will learn how to initialize **RadAutoCompleteTextView** and use it with its basic configuration. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples).
1414

1515
## Installation
1616
**RadAutoCompleteTextView** is distributed through the `nativescript-ui-autocomplete` package, so before using it, you need to run the following command to add the plugin to your application:

docs/ui/components/Calendar/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish: true
99
---
1010

1111
# RadCalendar Getting Started
12-
This article will guide you through the process of adding a {% typedoc_link classes:RadCalendar %} instance to a page in a **{N}** application.
12+
This article will guide you through the process of adding a {% typedoc_link classes:RadCalendar %} instance to a page in a **{N}** application. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples).
1313

1414
## Installation
1515
Run the following command to add the plugin to your application:

docs/ui/components/Chart/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish: true
1010

1111
# Chart Getting Started
1212

13-
In this article, you will learn to start using NativeScript UI Chart: how to initialize the chart, how to create the data series and how to use the different axes.
13+
In this article, you will learn to start using NativeScript UI Chart: how to initialize the chart, how to create the data series and how to use the different axes. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples).
1414

1515
* [Plugin Installation](#plugin-installation)
1616
* [Data Model](#data-model)

docs/ui/components/Gauge/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish: true
1010

1111
# RadGauge Getting Started
1212

13-
This article will guide you through the process of adding a {% typedoc_link classes:RadRadialGauge %} instance to a page in a {N} application and adding scales and indicators to it.
13+
This article will guide you through the process of adding a {% typedoc_link classes:RadRadialGauge %} instance to a page in a {N} application and adding scales and indicators to it. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples).
1414

1515
#### Figure 1. Radial gauge with needle and bar indicators
1616
![NativeScriptUI-Getting-Started-iOS](../../img/ns_ui/gauges-gettingstarted-ios.png "RadRadialGauge in iOS") ![NativeScriptUI-Getting-Started-Android](../../img/ns_ui/gauges-gettingstarted-android.png "RadRadialGauge in Android")

docs/ui/components/RadListView/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ position: 2
88
publish: true
99
---
1010
# RadListView Getting Started
11-
This article will guide you through the process of adding a RadListView in your application, binding it to a data-source and visualizing the items by using an item template of your choice. For more information on how each separate feature of {% typedoc_link classes:RadListView %} is used, please refer to the dedicated articles which are using the same scenario and extend it further.
11+
This article will guide you through the process of adding a RadListView in your application, binding it to a data-source and visualizing the items by using an item template of your choice. For more information on how each separate feature of {% typedoc_link classes:RadListView %} is used, please refer to the dedicated articles which are using the same scenario and extend it further. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples).
1212

1313
## Installation
1414
Run the following command to add the plugin to your application:

docs/ui/components/SideDrawer/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ publish: true
99
---
1010

1111
# RadSideDrawer Getting Started
12-
This article will guide you through the process of adding a {% typedoc_link classes:RadSideDrawer %} instance to a page in your NativeScript application and initializing its content.
12+
This article will guide you through the process of adding a {% typedoc_link classes:RadSideDrawer %} instance to a page in your NativeScript application and initializing its content. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples).
13+
1314
> By design the `RadSideDrawer` is designed to be placed as a single child to your `Page`. For example:
1415
```XML
1516
<Page>

docs/ui/ng-components/ng-AutoCompleteTextView/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish: true
1010

1111
# RadAutoCompleteTextView Getting Started
1212

13-
In this article, you will learn how to initialize **RadAutoCompleteTextView** and use it with its basic configuration inside an NativeScript + Angular applications.
13+
In this article, you will learn how to initialize **RadAutoCompleteTextView** and use it with its basic configuration inside an NativeScript + Angular applications. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples-angular).
1414

1515
## Installation
1616
**RadAutoCompleteTextView** is distributed through the `nativescript-ui-autocomplete` package, so before using it, you need to run the following command to add the plugin to your application:
@@ -141,5 +141,5 @@ And here's how RadAutoCompleteTextView looks when the above CSS is applied:
141141
Want to see this scenario in action?
142142
Check our SDK examples repo on GitHub. You will find this and many other practical examples with NativeScript UI.
143143

144-
* [RadAutoCompleteTextView Examples](https://github.com/NativeScript/nativescript-ui-samples/tree/master/autocomplete/app/examples/getting-started)
144+
* [RadAutoCompleteTextView Examples](https://github.com/NativeScript/nativescript-ui-samples-angular/tree/master/autocomplete/app/examples/getting-started)
145145

docs/ui/ng-components/ng-Calendar/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish: true
99
---
1010

1111
# Getting Started with RadCalendar for Angular
12-
This article will guide you through the process of adding a RadCalendar in your application. For more information on how each separate feature of {% typedoc_link classes:RadCalendar %} is used, please refer to the dedicated articles.
12+
This article will guide you through the process of adding a RadCalendar in your application. For more information on how each separate feature of {% typedoc_link classes:RadCalendar %} is used, please refer to the dedicated articles. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples-angular).
1313

1414
## Installation
1515
Run the following command to add the plugin to your application:

docs/ui/ng-components/ng-Chart/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish: true
1010

1111
# Chart Getting Started
1212

13-
In this article, you will learn to start using NativeScript UI Chart: how to initialize the chart, how to create the data series and how to use the different axes.
13+
In this article, you will learn to start using NativeScript UI Chart: how to initialize the chart, how to create the data series and how to use the different axes. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples-angular).
1414

1515
* [Plugin Installation](#plugin-installation)
1616
* [Add Chart to Component Template](#add-chart-to-component-template)

docs/ui/ng-components/ng-Gauge/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ publish: true
1010

1111
# RadGauge Getting Started
1212

13-
This article will guide you through the process of adding a {% typedoc_link classes:RadRadialGauge %} instance to a page in a {N} application and adding scales and indicators to it.
13+
This article will guide you through the process of adding a {% typedoc_link classes:RadRadialGauge %} instance to a page in a {N} application and adding scales and indicators to it. The code snippets from this section are available as [a standalone demo application](https://github.com/NativeScript/nativescript-ui-samples-angular).
1414

1515
#### Figure 1. Radial gauge with needle and bar indicators
1616
![NativeScriptUI-Getting-Started-iOS](../../img/ns_ui/gauges-gettingstarted-ios.png "RadRadialGauge in iOS") ![NativeScriptUI-Getting-Started-Android](../../img/ns_ui/gauges-gettingstarted-android.png "RadRadialGauge in Android")

0 commit comments

Comments
 (0)