Skip to content

Commit

Permalink
update project to angular 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Schmidt committed Jun 7, 2022
1 parent 36b3e67 commit 0053bc4
Show file tree
Hide file tree
Showing 7 changed files with 7,195 additions and 9,098 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ npm install --save ng-click-outside2

## Compatibility
| Angular | Version | NPM |
| --- |---------|---|
| 13 | 10.x.x | `ng-click-outside2@^10.0.0` |
| -- |---------|---|
| 13 | 10.x.x | `ng-click-outside2@^10.0.0` |
| 14 | 11.x.x | `ng-click-outside2@^11.0.0` |

If you still use Angular <= 12 please use the original package. https://www.npmjs.com/package/ng-click-outside

Expand Down
4 changes: 3 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,7 @@
}
}
},
"defaultProject": "ng-click-outside2"
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 0053bc4

Please sign in to comment.