Denys Vuika ef551a9c71
Improved ESLint configuration, integrated spellcheck and error fixes (#8931)
* integrate cspell with eslint, improved configuration

* core: fix linting errors

* core: fix lint warnings

* content: lint fixes

* process service lint fixes

* lint: process services cloud

* lint: insights

* lint: extensions

* [ci:force] lint: cli fixes

* [ci:force] comment out dead code

* [ci:force] exclude dead code

* fix code and tests

* rollback some changes

* fix testing lib

* fix demo shell

* minor lint warning fixes

* minor lint fixes

* fix process services
2023-09-26 13:46:53 +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.