Skip to content

Commit

Permalink
docs(demo): update schematics install for v5
Browse files Browse the repository at this point in the history
  • Loading branch information
aitboudad committed Aug 29, 2022
1 parent add6024 commit b6312a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions demo/src/app/guides/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Follow these steps to get started with Ngx Formly. Also check out our [demos](ht

- Installing with `ng add` (recomanded):
```bash
ng add @ngx-formly/schematics --ui-theme=bootstrap
ng add @ngx-formly/schematics@v5 --ui-theme=bootstrap
```

- `ui-theme`: is optional flag which allows choosing the UI theme to install along with the core package, choose one of the following themes:
Expand All @@ -21,9 +21,6 @@ Follow these steps to get started with Ngx Formly. Also check out our [demos](ht
- `kendo`
- `nativescript`

**Note**: Angular 13 support of Formly schematics is only available using `next` tag (`ng add @ngx-formly/schematics@next`),
we suggest Installing with `npm` instead (see below) till the Formly `v6` stable release is ready.

- Installing with `npm`:
```bash
npm install @angular/forms @ngx-formly/core @ngx-formly/bootstrap --save
Expand Down

0 comments on commit b6312a8

Please sign in to comment.