Skip to content

Commit eb8afc2

Browse files
committed
docs: update docs for version
1 parent 4809b6e commit eb8afc2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/app/categories/getting-started/pages/installation/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,21 @@ keyword: InstallationPage
55
Install in your project using `npm`
66

77
```bash
8+
# Angular 18+
89
npm install @ngxpert/coolshapes
10+
11+
# Angular 17
12+
npm install @ngxpert/coolshapes@1
913
```
1014

1115
or `yarn`
1216

1317
```bash
18+
# Angular 18+
1419
yarn add @ngxpert/coolshapes
20+
21+
# Angular 17
22+
yarn add @ngxpert/coolshapes@1
1523
```
1624

1725
## Usage

src/app/components/banner/banner.component.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99

1010
.banner-img {
11-
background-image: url("/banner.png");
11+
background-image: url("https://github.com/ngxpert/coolshapes/blob/main/public/banner.png?raw=true");
1212
height: 300px;
1313
background-size: cover;
1414
animation: banner-keyframes 30000ms ease-in-out alternate infinite;

0 commit comments

Comments
 (0)