Skip to content

Commit 773f427

Browse files
authored
Merge pull request #96 from ngxpert/feature/angular-20
Feature/angular 20
2 parents 4f27401 + 564a043 commit 773f427

File tree

6 files changed

+1820
-1890
lines changed

6 files changed

+1820
-1890
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,15 @@ https://github.com/ngxpert/hot-toast/assets/6831283/ae718568-d5ea-47bf-a41d-6aab
5656
4.x
5757
</td>
5858
<td>
59-
>= 19
59+
>= 19 < 20
60+
</td>
61+
</tr>
62+
<tr>
63+
<td>
64+
5.x
65+
</td>
66+
<td>
67+
>= 20
6068
</td>
6169
</tr>
6270
</tbody>

angular.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,30 @@
155155
},
156156
"@angular-eslint/schematics:library": {
157157
"setParserOptionsProject": true
158+
},
159+
"@schematics/angular:component": {
160+
"type": "component"
161+
},
162+
"@schematics/angular:directive": {
163+
"type": "directive"
164+
},
165+
"@schematics/angular:service": {
166+
"type": "service"
167+
},
168+
"@schematics/angular:guard": {
169+
"typeSeparator": "."
170+
},
171+
"@schematics/angular:interceptor": {
172+
"typeSeparator": "."
173+
},
174+
"@schematics/angular:module": {
175+
"typeSeparator": "."
176+
},
177+
"@schematics/angular:pipe": {
178+
"typeSeparator": "."
179+
},
180+
"@schematics/angular:resolver": {
181+
"typeSeparator": "."
158182
}
159183
}
160184
}

0 commit comments

Comments
 (0)