Skip to content

Commit

Permalink
chore: corrected angular version numbers (#2562)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mfranzke authored Jun 18, 2024
1 parent 34add76 commit cc8b0e7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ If you miss a component than [contribute](CONTRIBUTING.md), please.
## Framework showcases

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

## Deutsche Bahn brand
Expand Down
8 changes: 4 additions & 4 deletions doc/howto-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ There are 3 ways to use Events in Angular:

### Example

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

[Angular v.14 Showcase GitHub](https://github.com/db-ui/elements/tree/main/showcase/angular-lts-minus-1-showcase)
[Angular v.14 Showcase App](https://db-ui.github.io/elements/angular-lts-minus-1-showcase/)
[Angular v.15 Showcase GitHub](https://github.com/db-ui/elements/tree/main/showcase/angular-lts-minus-1-showcase)
[Angular v.15 Showcase App](https://db-ui.github.io/elements/angular-lts-minus-1-showcase/)
6 changes: 3 additions & 3 deletions packages/db-ui-elements-angular/projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "lib",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^14.2.12",
"@angular/core": "^14.2.12"
"@angular/common": "^15.2.10",
"@angular/core": "^15.2.10"
},
"dependencies": {
"tslib": "2.4.0"
"tslib": "2.6.2"
}
}

0 comments on commit cc8b0e7

Please sign in to comment.