Skip to content

Commit 3622b6d

Browse files
authored
Feat angular 19 update (#2160)
* feat: update angular from v18 to v19 * chore: removed 18 naming
1 parent d722e0e commit 3622b6d

34 files changed

+2851
-2137
lines changed

.github/workflows/99-codeql-analysis.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/99-dependency-review.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
example:
2222
[
23-
angular18-example,
23+
angular-example,
2424
react-example,
2525
vue-example,
2626
]
@@ -56,8 +56,8 @@ jobs:
5656
- name: ⬇ Download build angular
5757
uses: actions/download-artifact@v5
5858
with:
59-
name: angular18-example
60-
path: ./build/angular18-example
59+
name: angular-example
60+
path: ./build/angular-example
6161

6262
- name: ⬇ Download build react
6363
uses: actions/download-artifact@v5

.github/workflows/pull-request.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ jobs:
1515
dependabot:
1616
uses: ./.github/workflows/99-auto-merge.yml
1717

18-
codeql:
19-
uses: ./.github/workflows/99-codeql-analysis.yml
20-
21-
dependency-review:
22-
uses: ./.github/workflows/99-dependency-review.yml
23-
2418
labeler:
2519
if: github.event.pull_request.head.repo.owner.login == 'db-ux-design-system'
2620
uses: ./.github/workflows/99-labeler.yml

angular18-example/.codesandbox/template.json renamed to angular-example/.codesandbox/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"title": "DB UX Design System - Angular 18 example",
2+
"title": "DB UX Design System - Angular example",
33
"description": "This is an example of using the DB UX Design System with Angular 18.",
44
"tags": ["angular", "typescript"],
55
"published": true

0 commit comments

Comments
 (0)