Skip to content

Commit ac91861

Browse files
authored
feat: add Angular 15 support
Add support for Angular 15 and migrate demo app BREAKING CHANGE: Angular version 15 is now required as a peer dependency
1 parent fcdafad commit ac91861

File tree

15 files changed

+11199
-11335
lines changed

15 files changed

+11199
-11335
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Matomo (fka. Piwik) client for Angular applications
3939

4040
## Installation
4141

42-
_The latest version supports Angular 14 and newer. If you need NgxMatomo for an older Angular version,
42+
_The latest version supports Angular 15 and newer. If you need NgxMatomo for an older Angular version,
4343
see compatibility table below._
4444

4545
`ng add @ngx-matomo/tracker`
@@ -65,7 +65,8 @@ follow the [instructions described here](docs/manual-installation.md)._
6565
| ----------- | --------------------------------------------------------------------------- | ------------- |
6666
| 9.x to 12.x | 1.x ([docs](https://github.com/EmmanuelRoux/ngx-matomo/blob/1.x/README.md)) | Matomo 3 or 4 |
6767
| 13.x | 2.x ([docs](https://github.com/EmmanuelRoux/ngx-matomo/blob/2.x/README.md)) | Matomo 3 or 4 |
68-
| 14.x | 3.x | Matomo 3 or 4 |
68+
| 14.x | 3.x ([docs](https://github.com/EmmanuelRoux/ngx-matomo/blob/3.x/README.md)) | Matomo 3 or 4 |
69+
| 15.x | 4.x | Matomo 3 or 4 |
6970

7071
## Usage
7172

angular.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,5 +172,13 @@
172172
},
173173
"cli": {
174174
"schematicCollections": ["@angular-eslint/schematics"]
175+
},
176+
"schematics": {
177+
"@angular-eslint/schematics:application": {
178+
"setParserOptionsProject": true
179+
},
180+
"@angular-eslint/schematics:library": {
181+
"setParserOptionsProject": true
182+
}
175183
}
176184
}

0 commit comments

Comments
 (0)