[ACS-6630] Revert move of ActionRef, RuleRef and RouteRef from extensions library to js-api library

This commit is contained in:
swapnil.verma
2024-05-06 10:07:31 +05:30
parent d855328efc
commit 6d201b108f
16 changed files with 70 additions and 104 deletions

View File

@@ -215,7 +215,7 @@ following example:
```
You can access routes from the config using the `getRouteById` method of the
[Extension service,](../extensions/services/extension.service.md) which returns a [`RouteRef`](../../lib/js-api/src/api/content-rest-api/model/routeRef.ts) object. Note that the references
[Extension service,](../extensions/services/extension.service.md) which returns a [`RouteRef`](../../lib/extensions/src/lib/config/routing.extensions.ts) object. Note that the references
to the component and auth guards are extension IDs,
[as described above](#extension-points).