Skip to content

Commit 6fff8ed

Browse files
authored
Merge pull request #23 from ngxpert/feat/ng-update-19
feat: update angular to 19
2 parents 5899a39 + a873f6e commit 6fff8ed

File tree

10 files changed

+7051
-6470
lines changed

10 files changed

+7051
-6470
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,25 @@
1515
Install in your project using `npm`:
1616

1717
```bash
18-
# Angular 18+
18+
# Angular 19+
1919
npm install @ngxpert/coolshapes
2020

21+
# Angular 18+
22+
npm install @ngxpert/coolshapes@2
23+
2124
# Angular 17
2225
npm install @ngxpert/coolshapes@1
2326
```
2427

2528
or `yarn`
2629

2730
```bash
28-
# Angular 18+
31+
# Angular 19+
2932
yarn add @ngxpert/coolshapes
3033

34+
# Angular 18+
35+
yarn add @ngxpert/coolshapes@2
36+
3137
# Angular 17
3238
yarn add @ngxpert/coolshapes@1
3339
```

angular.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,8 @@
168168
}
169169
}
170170
}
171+
},
172+
"cli": {
173+
"analytics": false
171174
}
172175
}

0 commit comments

Comments
 (0)