Skip to content

Commit

Permalink
docs(demo): use demo url of v5 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad committed Aug 29, 2022
1 parent b6312a8 commit c0c87a4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 14 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<a href="https://formly.dev">
<a href="https://v5.formly.dev">
<img width="200" src="https://raw.githubusercontent.com/ngx-formly/ngx-formly/v5/logo.svg?sanitize=true">
</a>
<br />
Expand Down Expand Up @@ -30,9 +30,9 @@ Formly is a dynamic (JSON powered) form library for Angular that bring unmatched

## Docs

- [Get Started](https://formly.dev/guide)
- [Themes](https://formly.dev/ui)
- [Examples](https://formly.dev/examples)
- [Get Started](https://v5.formly.dev/guide)
- [Themes](https://v5.formly.dev/ui)
- [Examples](https://v5.formly.dev/examples)

## Resources

Expand All @@ -43,11 +43,11 @@ Formly is a dynamic (JSON powered) form library for Angular that bring unmatched

| UI | | |
| ------------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------------------------------- |
| [Bootstrap](https://getbootstrap.com) | [Demo](https://formly.dev/ui/bootstrap) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-bootstrap) |
| [Material2](https://github.com/angular/material2) | [Demo](https://formly.dev/ui/material) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-material) |
| [Ionic](https://ionicframework.com) | [Demo](https://formly.dev/ui/ionic) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-ionic) |
| [PrimeNG](http://primefaces.org/primeng/#/) | [Demo](https://formly.dev/ui/primeng) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-primeng) |
| [Kendo](http://www.telerik.com/kendo-angular-ui) | [Demo](https://formly.dev/ui/kendo) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-kendo) |
| [Bootstrap](https://getbootstrap.com) | [Demo](https://v5.formly.dev/ui/bootstrap) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-bootstrap) |
| [Material2](https://github.com/angular/material2) | [Demo](https://v5.formly.dev/ui/material) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-material) |
| [Ionic](https://ionicframework.com) | [Demo](https://v5.formly.dev/ui/ionic) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-ionic) |
| [PrimeNG](http://primefaces.org/primeng/#/) | [Demo](https://v5.formly.dev/ui/primeng) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-primeng) |
| [Kendo](http://www.telerik.com/kendo-angular-ui) | [Demo](https://v5.formly.dev/ui/kendo) | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-kendo) |
| [NativeScript](https://www.nativescript.org) | ||
| [NG-ZORRO](http://ng.ant.design) | | [StackBlitz](https://stackblitz.com/edit/ngx-formly-ui-ng-zorro-antd) |

Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -482,4 +482,4 @@
"prefix": "demo"
}
}
}
}
2 changes: 1 addition & 1 deletion demo/src/app/guides/expression-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Example with function value:
The field will be hidden when *formState.mainModel.text* is empty


**ALERT**: You can use the formstate to store information. In the example we keep the model. formstate is a property of options. [Read more](https://formly.dev/examples/form-options/form-state)
**ALERT**: You can use the formstate to store information. In the example we keep the model. formstate is a property of options. [Read more](https://v5.formly.dev/examples/form-options/form-state)

```typescript
options = {
Expand Down
2 changes: 1 addition & 1 deletion demo/src/app/guides/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Quick Start

Follow these steps to get started with Ngx Formly. Also check out our [demos](https://formly.dev/examples) for further examples.
Follow these steps to get started with Ngx Formly. Also check out our [demos](https://v5.formly.dev/examples) for further examples.

1. Install Formly packages:

Expand Down
4 changes: 2 additions & 2 deletions demo/src/app/guides/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@ The formly type has to be referenced in the field
```
You could try the DEMO to test the several methods to create custom validators.
- [Custom Validators](https://formly.dev/examples/validation/custom-validation)
- [Async Validators](https://formly.dev/examples/validation/unique-value-async-validation)
- [Custom Validators](https://v5.formly.dev/examples/validation/custom-validation)
- [Async Validators](https://v5.formly.dev/examples/validation/unique-value-async-validation)
1 change: 1 addition & 0 deletions demo/src/assets/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200

0 comments on commit c0c87a4

Please sign in to comment.