We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5ed12 commit 564a043Copy full SHA for 564a043
README.md
@@ -56,7 +56,15 @@ https://github.com/ngxpert/hot-toast/assets/6831283/ae718568-d5ea-47bf-a41d-6aab
56
4.x
57
</td>
58
<td>
59
- >= 19
+ >= 19 < 20
60
+ </td>
61
+ </tr>
62
+ <tr>
63
+ <td>
64
+ 5.x
65
66
67
+ >= 20
68
69
</tr>
70
</tbody>
projects/ngxpert/hot-toast/package.json
@@ -9,8 +9,8 @@
9
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../../dist/ngxpert/hot-toast/"
10
},
11
"peerDependencies": {
12
- "@angular/common": ">= 19.0.0",
13
- "@angular/core": ">= 19.0.0",
+ "@angular/common": ">= 20.0.0",
+ "@angular/core": ">= 20.0.0",
14
"@ngneat/overview": "6.1.1"
15
16
"devDependencies": {
0 commit comments