Skip to content

Commit 9a54b5f

Browse files
committed
LMS-2126 - Upgrade all LMS client apps to angular v19
Update the ReadMe.md file to include info about the upgrade
1 parent de74132 commit 9a54b5f

File tree

1 file changed

+36
-12
lines changed

1 file changed

+36
-12
lines changed

README.md

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Copyleaks Web Report
22

3+
[![npm version](https://img.shields.io/npm/v/@copyleaks/ng-web-report.svg)](https://www.npmjs.com/package/@copyleaks/ng-web-report)
4+
[![license](https://img.shields.io/npm/l/@copyleaks/ng-web-report.svg)](https://github.com/Copyleaks/ng-web-report/blob/main/LICENSE)
5+
[![Angular](https://img.shields.io/badge/angular-19-brightgreen)](https://angular.io/)
6+
37
<img align="center" src="./images/demo.gif" alt="Web Report Demo" width="600"/>
48
<br>
59
<br>
@@ -23,21 +27,41 @@ To install, run:
2327

2428
---
2529

26-
## Angular Version Support
27-
28-
This module is compatible with **Angular v13**. Ensure your application is using Angular version 13 to avoid compatibility issues.
30+
## 🅰️ Angular Version Support
2931

30-
## Peer Dependencies
32+
| Angular Version | Library Version | Install Command |
33+
| --------------- | ----------------------------- | ----------------------------------------------------- |
34+
| Angular 13 | `1.x.x` (latest: `1.9.99`) | `npm install @copyleaks/ng-web-report@^1.9.99 --save` |
35+
| Angular 19 | `2.x.x` (starting at `2.0.0`) | `npm install @copyleaks/ng-web-report@^2.0.0 --save` |
3136

32-
The module has several peer dependencies that need to be installed in your project:
33-
34-
- `@angular/localize`: ^13.1.1
35-
- `@angular/material`: ^13.1.1
36-
- `@angular/flex-layout`: ^13.0.0-beta.36
37-
- `scroll-into-view-if-needed`: ^2.2.28
38-
- `ngx-skeleton-loader`: ^5.0.0
37+
---
3938

40-
Ensure these dependencies are present in your project to guarantee optimal functionality.
39+
## 📑 Peer Dependencies
40+
41+
### For Angular 13 (v1.x.x)
42+
43+
| Package | Version |
44+
| ---------------------------- | --------------- |
45+
| `@angular/common` | ^13.1.1 |
46+
| `@angular/core` | ^13.1.1 |
47+
| `@angular/localize` | ^13.1.1 |
48+
| `@angular/material` | ^13.1.1 |
49+
| `@angular/flex-layout` | ^13.0.0-beta.36 |
50+
| `scroll-into-view-if-needed` | ^2.2.28 |
51+
| `ngx-skeleton-loader` | ^5.0.0 |
52+
53+
### For Angular 19 (v2.x.x)
54+
55+
| Package | Version |
56+
| ---------------------------- | -------- |
57+
| `@angular/common` | ^19.2.14 |
58+
| `@angular/core` | ^19.2.14 |
59+
| `@angular/localize` | ^19.2.14 |
60+
| `@angular/material` | ^19.2.19 |
61+
| `ngx-flexible-layout` | ^19.0.0 |
62+
| `scroll-into-view-if-needed` | ^2.2.28 |
63+
| `ngx-skeleton-loader` | ^6.0.0 |
64+
| `@swimlane/ngx-charts` | ^22.0.0 |
4165

4266
---
4367

0 commit comments

Comments
 (0)