Darya Blavanovich 3819aecb70
[MNT-24354] update license header to 2024 (#9633)
* MNT-24354 update license header [ci:force]

* MNT-24354 fix lint [ci:force]

* MNT-24354 [ci:force]

* MNT-24354 update license header in process-services [ci:force]

---------

Co-authored-by: DaryaBalvanovich <darya.balvanovich1@hyland.com>
2024-05-08 08:34:51 +02:00
..

@alfresco/adf-core/shell

Secondary entry point of @alfresco/adf-core. It can be used by importing from @alfresco/adf-core/shell.

Shell

ShellModule 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

If you would like to provide custom app guard, you can provide your own using SHELL_AUTH_TOKEN

Shell Service

In order to use shell, you need to provide SHELL_APP_SERVICE which provides necessary options for shell component to work.