|
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]
|
@@ -54,18 +54,18 @@ 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 `Node.js®` and an `npm` package manager.
|
55 | 55 |
|
56 | 56 | ###### Node.js
|
57 |
| -Angular 14 requires `Node.js` version 14.15 or later. |
| 57 | +Angular 15 requires `Node.js` version `^14.20.0` or `^16.13.0` or `^18.10.0`. |
58 | 58 |
|
59 | 59 | - To check your version, run `node -v` in a terminal/console window.
|
60 | 60 | - To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
|
61 | 61 |
|
62 | 62 | ###### Angular CLI
|
63 | 63 | Install the Angular CLI globally using a terminal/console window.
|
64 | 64 | ```bash
|
65 |
| -npm install -g @angular/cli@14 |
| 65 | +npm install -g @angular/cli@15 |
66 | 66 | ```
|
67 | 67 |
|
68 |
| -##### Update to Angular 14 |
| 68 | +##### Update to Angular 15 |
69 | 69 | see: [https://update.angular.io](https://update.angular.io)
|
70 | 70 |
|
71 | 71 | ## Installation
|
@@ -98,7 +98,7 @@ Import scss in `src/scss/style.scss`
|
98 | 98 |
|
99 | 99 | ```scss
|
100 | 100 | // Import styles
|
101 |
| -@import "~@coreui/coreui/scss/coreui"; |
| 101 | +@import "@coreui/coreui/scss/coreui"; |
102 | 102 | ```
|
103 | 103 |
|
104 | 104 | Or copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.
|
@@ -212,4 +212,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
|
212 | 212 |
|
213 | 213 | ## Copyright and license
|
214 | 214 |
|
215 |
| -Copyright 2022 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/). |
| 215 | +Copyright 2023 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/). |
0 commit comments