Skip to content

Commit 38a409e

Browse files
committed
docs: added links to demos
1 parent fe00ba4 commit 38a409e

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Getting Started
44
- [Introduction](introduction/intro.md)
55
- [Migration Guide](introduction/migration-v19.md)
6+
- [Demos](introduction/demos.md)
67
- CDK
78
- [@angular-ru/cdk/typings](cdk/typings.md)
89
- [@angular-ru/cdk/number](cdk/number.md)

docs/cdk/logger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const appConfig: ApplicationConfig = {
4848
};
4949
```
5050

51-
[**Online demo**](https://angular-ru.github.io/angular-ru-logger-example-app)
51+
[**Online demo**](https://angular-ru.github.io/angular-ru-sdk/logger-demo)
5252

5353
![](https://habrastorage.org/webt/lq/a9/_s/lqa9_sp8gxkwax_sy6x9w3qf5ry.gif)
5454

docs/cdk/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Introduction
44

5-
[**Demo**](https://angular-ru.github.io/angular-ru-tooltip-example-app)
5+
[**Demo**](https://angular-ru.github.io/angular-ru-sdk/tooltip-demo)
66

77
```bash
88
$ npm install @angular-ru/cdk/tooltip

docs/cdk/virtual-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The Angular Table Builder includes a comprehensive set of ready-to-use features covering everything from paging,
44
sorting, filtering, editing, and grouping to row and column virtualization, and accessibility support.
55

6-
[**Demo**](https://angular-ru.github.io/angular-ru-ng-table-builder-example-app)
6+
[**Demo**](https://angular-ru.github.io/angular-ru-sdk/virtual-table-demo)
77

88
```bash
99
$ npm install --save @angular-ru/cdk

docs/introduction/demos.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## Demos
2+
3+
The following demos are available:
4+
5+
- [CDK Demo](https://angular-ru.github.io/angular-ru-sdk/)
6+
- [Excel Demo](https://angular-ru.github.io/angular-ru-sdk/excel-demo/)
7+
- [Flex Layout Demo](https://angular-ru.github.io/angular-ru-sdk/flex-layout-demo/)
8+
- [Http Demo](https://angular-ru.github.io/angular-ru-sdk/http-demo/)
9+
- [Logger Demo](https://angular-ru.github.io/angular-ru-sdk/logger-demo/)
10+
- [NGXS Demo](https://angular-ru.github.io/angular-ru-sdk/ngxs-demo/)
11+
- [Tooltip Demo](https://angular-ru.github.io/angular-ru-sdk/tooltip-demo/)
12+
- [Virtual Table Demo](https://angular-ru.github.io/angular-ru-sdk/virtual-table-demo/)

0 commit comments

Comments
 (0)