|
1 | 1 | # [@coreui/angular](https://coreui.io/angular) |
2 | 2 |
|
3 | | - |
| 3 | + |
4 | 4 | [![npm package][npm-coreui-angular-badge-v2]][npm-coreui-angular] |
5 | 5 | [![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular] |
6 | 6 | [![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular] |
@@ -51,21 +51,27 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste |
51 | 51 |
|
52 | 52 |
|
53 | 53 | #### Prerequisites |
54 | | -Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager. |
| 54 | +Before you begin, make sure your development environment includes the supported version `Typescript` as well as `Node.js®` and an `npm` package manager. |
| 55 | + |
| 56 | +###### Typescript |
| 57 | +Angular 17 requires `Typescript` version `^5.2.0`. |
| 58 | + |
| 59 | +- To check your version, run `tsc -v` in a terminal/console window. |
| 60 | +- To get `Typescript`, go to [www.typescriptlang.org](https://www.typescriptlang.org/). |
55 | 61 |
|
56 | 62 | ###### Node.js |
57 | | -Angular 16 requires `Node.js` version `^16.14.0` or `^18.10.0`. |
| 63 | +Angular 17 requires `Node.js` version `^18.13.0`. |
58 | 64 |
|
59 | 65 | - To check your version, run `node -v` in a terminal/console window. |
60 | 66 | - To get `Node.js`, go to [nodejs.org](https://nodejs.org/). |
61 | 67 |
|
62 | 68 | ###### Angular CLI |
63 | 69 | Install the Angular CLI globally using a terminal/console window. |
64 | 70 | ```bash |
65 | | -npm install -g @angular/cli@16 |
| 71 | +npm install -g @angular/cli@17 |
66 | 72 | ``` |
67 | 73 |
|
68 | | -##### Update to Angular 16 |
| 74 | +##### Update to Angular 17 |
69 | 75 | see: [https://update.angular.io](https://update.angular.io) |
70 | 76 |
|
71 | 77 | ## Installation |
|
0 commit comments