Skip to content

Commit

Permalink
feat!: Angular 16 support (#11)
Browse files Browse the repository at this point in the history
* feat!: Angular 16 support

* style: fix lint issues

* fix: lint issue with environment

angular/angular-cli#17382 (comment)
  • Loading branch information
cerinoligutom authored Jul 11, 2023
1 parent a08ff0a commit a49f57e
Show file tree
Hide file tree
Showing 8 changed files with 4,185 additions and 2,642 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Latest version available for each version of Angular
| >= 1.0 | 13.x | < 1.x |
| >= 1.1 | 14.x | < 1.x |
| >= 1.2 | 15.x | < 1.x |
| >= 2.0 | 16.x | < 1.x |

## Installation

Expand Down
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
]
],
"analytics": "b1dda13a-4bac-452d-bc32-05f3dc30866b"
},
"schematics": {
"@angular-eslint/schematics:application": {
Expand Down
Loading

0 comments on commit a49f57e

Please sign in to comment.