Skip to content

Commit 9959800

Browse files
docs: update Angular and Tauri versions in README
1 parent d8396cf commit 9959800

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
# Introduction
1414

15-
Bootstrap and package your project with Angular 19 (Typescript + SASS + Hot Reload) and Tauri (Rust) for creating Desktop applications.
15+
Bootstrap and package your project with Angular 21 (Typescript + SASS + Hot Reload) and Tauri (Rust) for creating Desktop applications.
1616

1717
Currently runs with:
1818

19-
- Angular v19.2.14
20-
- Tauri 2.0.0
19+
- Angular v21.0.3
20+
- Tauri 2.1.1
2121

2222
With this sample, you can:
2323

@@ -52,10 +52,10 @@ Please follow [Angular-cli documentation](https://github.com/angular/angular-cli
5252
npm install -g @angular/cli
5353
```
5454

55-
Older @angular/cli references may grab angular version 18. To update to angular version 19 specifically for the global cli run:
55+
Older @angular/cli references may grab angular version 18. To update to angular version 21 specifically for the global cli run:
5656

5757
``` bash
58-
npm install -g @angular/cli@^19
58+
npm install -g @angular/cli@^21
5959
```
6060

6161
## To build for development

0 commit comments

Comments
 (0)