Skip to content
Merged
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
8 changes: 5 additions & 3 deletions src/app/home/home.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,15 @@ import { Component, VERSION } from '@angular/core'
<h5>Bug report:</h5>
<p>
If you find a bug, open an issue with a
<a href="https://stackblitz.com/fork/angular-split-demo-v19" target="_blank">StackBlitz</a> demo showing it.
<a href="https://stackblitz.com/fork/angular-split-demo-v20" target="_blank">StackBlitz</a> demo showing it.
</p>
<h5>Credits:</h5>
<p>
This library is built by <a href="https://github.com/bertrandg">Bertrand Gaillard</a> and maintained by
<a href="https://github.com/beeman">Bram Borggreve</a>.
Maintained by (as of 2024): <a href="https://jefiozie.github.io">Jeffrey Bosch</a>,
<a href="https://github.com/SanderElias">Sander Elias</a> and <a href="https://github.com/Harpush">Harpush</a>
</p>
<p>Previously maintained by <a href="https://github.com/beeman">Bram Borggreve</a>.</p>
<p>Built by <a href="https://github.com/bertrandg">Bertrand Gaillard</a></p>
</div>
</div>
`,
Expand Down