File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
1717Currently runs with:
1818
19- - Angular v19.2.14
20- - Tauri 2.0.0
19+ - Angular v21.0.3
20+ - Tauri 2.1.1
2121
2222With this sample, you can:
2323
@@ -52,10 +52,10 @@ Please follow [Angular-cli documentation](https://github.com/angular/angular-cli
5252npm 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
You can’t perform that action at this time.
0 commit comments