You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,25 +54,25 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
54
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
55
56
56
###### Typescript
57
-
Angular 18 requires `Typescript` version `^5.4.0` or newer.
57
+
Angular 19 requires `Typescript` version `>=5.5.0 <5.9.0`.
58
58
59
59
- To check your version, run `tsc -v` in a terminal/console window.
60
60
- To get `Typescript`, go to [www.typescriptlang.org](https://www.typescriptlang.org/).
61
61
62
62
###### Node.js
63
-
Angular 18 requires `Node.js` version `^18.19.0` or newer.
63
+
Angular 19 requires `Node.js` version `^18.19.1 || ^20.11.1 || ^22.0.0` or newer.
64
64
65
65
- To check your version, run `node -v` in a terminal/console window.
66
66
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
67
67
68
68
###### Angular CLI
69
69
Install the Angular CLI globally using a terminal/console window.
0 commit comments