Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}