Skip to content

Commit 8c80f54

Browse files
committed
✨ support Angular v15 with ivy compiler
1 parent f216f75 commit 8c80f54

File tree

3 files changed

+18230
-9151
lines changed

3 files changed

+18230
-9151
lines changed

angular-code-input/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-code-input",
3-
"version": "2.0.0",
3+
"version": "1.7.0",
44
"description": "Code or pin code input for Angular 7 - 16+ / Ionic 4 - 7+ projects",
55
"keywords": [
66
"angular",
@@ -23,7 +23,7 @@
2323
"url": "https://github.com/AlexMiniApps/angular-code-input/issues"
2424
},
2525
"peerDependencies": {
26-
"@angular/common": ">=16.0.0",
27-
"@angular/core": ">=16.0.0"
26+
"@angular/common": ">=15.0.0",
27+
"@angular/core": ">=15.0.0"
2828
}
2929
}

0 commit comments

Comments
 (0)