Skip to content

Commit 27eed70

Browse files
committed
feat:upgrade to angular 19 also examples and scripts è versions in apps
Signed-off-by: Stefano Cappa <stefano.cappa.ks89@gmail.com>
1 parent 6638acf commit 27eed70

File tree

159 files changed

+20674
-16248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+20674
-16248
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths-ignore:
66
- 'node_modules'
7-
- '../../examples/angular-cli-18/node_modules'
7+
- '../../examples/angular-cli-19/node_modules'
88
- 'examples/angular-cli-material/node_modules'
99
- 'examples/universal/node_modules'
1010

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ docs/
5151
**/coverage/
5252

5353
# Examples
54-
examples/angular-cli-18/dist/
54+
examples/angular-cli-19/dist/
5555
examples/angular-cli-material/dist/
5656
examples/universal/dist/
5757
examples/universal/out-tsc/

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ From version @ks89/angular-modal-gallery >= 11.0.0, **mousetrap and hammerjs hav
171171
| Angular 15 | = 10.0.1 | optional |
172172
| Angular 16 | = 11.1.1 | optional |
173173
| Angular 17 | = 11.1.1 | optional |
174-
| Angular 18 | &gt;= 12.0.0 | optional |
174+
| Angular 18 | = 12.0.0 | optional |
175+
| Angular 19 | &gt;= 13.0.0 | optional |
175176

176177
<br>
177178

0 commit comments

Comments
 (0)