Skip to content

Commit 89c49c7

Browse files
authored
Merge pull request #145 from mpalourdio/ng20
feat: @angular/* ^20.0.0 support - first try
2 parents eba6b1e + 7f9dd82 commit 89c49c7

File tree

8 files changed

+1198
-2085
lines changed

8 files changed

+1198
-2085
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3+
## v0.18.0
4+
5+
- `angular 20` migration.
6+
37
## v0.17.0
8+
49
- Be Zoneless compatible before angular 20.
510

611
- ## v0.16.0

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ module.exports = tseslint.config(
3232
'no-extra-boolean-cast': [
3333
'off'
3434
],
35+
'@angular-eslint/prefer-inject': [
36+
'off'
37+
],
3538
'@angular-eslint/component-selector': [
3639
'error',
3740
{

0 commit comments

Comments
 (0)