mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-10533] Replace shell with adf-shell (#2806)
* [AAE-10533] Use shell from ADF * Remove shell.md
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
---
|
||||
Title: Shell
|
||||
---
|
||||
|
||||
# Shell
|
||||
|
||||
[AppShellModule](../../app/src/app/app-shell/app-shell.module.ts) is designated as a main layout for the application.
|
||||
|
||||
I order to attach routes to appShell, `withRoutes(routes: Routes | AppShellRoutesConfig)` method should be used.
|
||||
|
||||
Passed routes are going to be attached to [shell main route](../../app/src/app/app-shell/app-shell.routes.ts)
|
||||
|
||||
If you would like to provide custom app guard, you can provide your own using [SHELL_AUTH_TOKEN](../../app/src/app/app-shell/app-shell.routes.ts)
|
||||
|
||||
## Shell Service
|
||||
|
||||
In order to use `shell`, you need to provide `SHELL_APP_SERVICE` which provides necessary options for shell component to work.
|
Reference in New Issue
Block a user