core-app-api: added AppRouter as replacement for app.getRouter()

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-12-07 22:51:37 +01:00
parent c5c099450f
commit e0d9c9559a
7 changed files with 233 additions and 142 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core-app-api': minor
---
Added a new `AppRouter` component that replaces the same component currently created through `app.getRouter()`.