Skip to content

Commit

Permalink
Merge pull request #34 from Totati/feature/update-to-angular-16
Browse files Browse the repository at this point in the history
chore: update to Angular 16, remove deprecated DEFAULT_ERROR_MESSAGES
  • Loading branch information
Totati authored Jun 4, 2023
2 parents ee698a6 + 0a7c5cc commit f100cc0
Show file tree
Hide file tree
Showing 9 changed files with 8,269 additions and 4,667 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"parserOptions": {
"project": [
"tsconfig.json",
"tsconfig.json"
],
"createDefaultProgram": true
},
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NgxMatErrors provides an easy, yet flexible solution for displaying error messag

## Try it

See it in action on [StackBlitz](https://stackblitz.com/edit/ngx-mat-errors-angular-15?file=src%2Fapp%2Fapp.component.html)
See it in action on [StackBlitz](https://stackblitz.com/edit/ngx-mat-errors-angular-16?file=src%2Fapp%2Fapp.component.html)

## How to use it?

Expand Down Expand Up @@ -118,8 +118,8 @@ You can customize your error messages even more with `*ngxMatErrorDef` directive

## Compatibility

- `@angular/core`: `^15.0.0`,
- `@angular/material`: `^15.0.0`,
- `@angular/core`: `^16.0.0`,
- `@angular/material`: `^16.0.0`,

### Reactve forms

Expand Down
8 changes: 8 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,13 @@
"schematicCollections": [
"@angular-eslint/schematics"
]
},
"schematics": {
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
Loading

0 comments on commit f100cc0

Please sign in to comment.