Skip to content

Commit 8bc407d

Browse files
committed
chore: remove angular v18 support
1 parent 69d47fe commit 8bc407d

File tree

4 files changed

+124
-94
lines changed

4 files changed

+124
-94
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ You can use the `[forDateRangePicker]` standalone directive to display errors fo
121121
</mat-form-field>
122122
```
123123

124-
You can easily create directives like this to display errors in a `MatFormField` with multiple controls.
124+
You can easily create directives like this to display errors in a `MatFormField` with multiple controls, look fot the implementation of `NgxMatErrorsForDateRangePicker`.
125125

126126
## Customize
127127

@@ -224,8 +224,8 @@ When used with multiple controls, you can specify the control for which the erro
224224

225225
## Compatibility
226226

227-
- `@angular/core: ^18.0.0 || ^19.0.0`
228-
- `@angular/material: ^18.0.0 || ^19.0.0`
227+
- `@angular/core: ^19.0.0`
228+
- `@angular/material: ^19.0.0`
229229

230230
### Reactive Forms
231231

package-lock.json

Lines changed: 112 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
"@angular-devkit/build-angular": "^19.0.0",
3333
"@angular-devkit/core": "^19.0.0",
3434
"@angular-devkit/schematics": "^19.0.0",
35-
"@angular-eslint/builder": "^18.4.0",
36-
"@angular-eslint/eslint-plugin": "^18.4.0",
37-
"@angular-eslint/eslint-plugin-template": "^18.4.0",
38-
"@angular-eslint/schematics": "^18.4.0",
39-
"@angular-eslint/template-parser": "^18.4.0",
35+
"@angular-eslint/builder": "^19.0.0",
36+
"@angular-eslint/eslint-plugin": "^19.0.0",
37+
"@angular-eslint/eslint-plugin-template": "^19.0.0",
38+
"@angular-eslint/schematics": "^19.0.0",
39+
"@angular-eslint/template-parser": "^19.0.0",
4040
"@angular/cli": "^19.0.0",
4141
"@angular/compiler-cli": "^19.0.0",
4242
"@angular/language-service": "^19.0.0",

0 commit comments

Comments
 (0)