mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* ACS-5041 Changed json to js * ACS-5041 Corrected paths * ACS-5041 Changed json to js * ACS-5041 Updated eslintrc * ACS-5041 Small correction * ACS-5041 Small correction * ACS-5041 Updated license headers * ACS-5041 Updated license headers * ACS-5041 Replaced references to alfresco * ACS-5041 Added Hyland to known words * ACS-5041 Fixed coverage issue * ACS-5041 Fixed duplication issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed duplications issue * ACS-5041 Fixed test * ACS-5041 Fixed test * ACS-5041 Reverted one change * ACS-5041 Added missing license to files after rebase
@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.