Wojciech Duda 3912a652d5
[AAE-16369] use layout-bp mixin where applicable (#8945)
* [AAE-15828] layout-bp mixin for core

* [AAE-15828] fixed import

* [AAE-15828] layout-bp for process-services-cloud

* [AAE-15828] layout-bp for process-services

* [AAE-15828] layout-bp for content-services

* [AAE-15828] fixed incorrect values

* [AAE-15828] lint fix

* configure stylePreprocessorOptions for cross project scss importing

* scss import cardio

* set correct style paths for packages

* [AAE-16369] addded missing test config

* [ci:force] fix for the pretheme build

* unified configs for libs
2023-10-23 15:36:26 +01: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.