Skip to content

Commit cc8b0e7

Browse files
authored
chore: corrected angular version numbers (#2562)
Update README.md
1 parent 34add76 commit cc8b0e7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ If you miss a component than [contribute](CONTRIBUTING.md), please.
5858
## Framework showcases
5959

6060
* [DB UI Elements with React (CRA)](showcase/react-showcase/README.md)
61-
* [DB UI Elements with Angular 15](showcase/angular-lts-showcase/README.md)
62-
* [DB UI Elements with Angular 14](showcase/angular-lts-minus-1-showcase/README.md)
61+
* [DB UI Elements with Angular 16](showcase/angular-lts-showcase/README.md)
62+
* [DB UI Elements with Angular 15](showcase/angular-lts-minus-1-showcase/README.md)
6363
* [DB UI Elements with Vue](showcase/vue-showcase/README.md)
6464

6565
## Deutsche Bahn brand

doc/howto-angular.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ There are 3 ways to use Events in Angular:
128128

129129
### Example
130130

131-
[Angular v.15 Showcase GitHub](https://github.com/db-ui/elements/tree/main/showcase/angular-lts-showcase)
132-
[Angular v.15 Showcase App](https://db-ui.github.io/elements/angular-lts-showcase/)
131+
[Angular v.16 Showcase GitHub](https://github.com/db-ui/elements/tree/main/showcase/angular-lts-showcase)
132+
[Angular v.16 Showcase App](https://db-ui.github.io/elements/angular-lts-showcase/)
133133

134-
[Angular v.14 Showcase GitHub](https://github.com/db-ui/elements/tree/main/showcase/angular-lts-minus-1-showcase)
135-
[Angular v.14 Showcase App](https://db-ui.github.io/elements/angular-lts-minus-1-showcase/)
134+
[Angular v.15 Showcase GitHub](https://github.com/db-ui/elements/tree/main/showcase/angular-lts-minus-1-showcase)
135+
[Angular v.15 Showcase App](https://db-ui.github.io/elements/angular-lts-minus-1-showcase/)

packages/db-ui-elements-angular/projects/lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"name": "lib",
33
"version": "0.0.1",
44
"peerDependencies": {
5-
"@angular/common": "^14.2.12",
6-
"@angular/core": "^14.2.12"
5+
"@angular/common": "^15.2.10",
6+
"@angular/core": "^15.2.10"
77
},
88
"dependencies": {
9-
"tslib": "2.4.0"
9+
"tslib": "2.6.2"
1010
}
1111
}

0 commit comments

Comments
 (0)