Skip to content
Snippets Groups Projects
Unverified Commit 99a104db authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix app shell not listening to provider (#32)

parent 1c19ff0f
No related branches found
No related tags found
No related merge requests found
Pipeline #16081 passed
......@@ -2,5 +2,6 @@ import {AppShell} from '@dbp-toolkit/app-shell';
import * as commonUtils from '@dbp-toolkit/common/utils';
import {Provider} from '@dbp-toolkit/provider';
// It's important that the Provider is created before the AppShell, so the AppShell can subscribe to the Provider
commonUtils.defineCustomElement('dbp-provider', Provider);
commonUtils.defineCustomElement('dbp-signature', AppShell);
commonUtils.defineCustomElement('dbp-provider', Provider);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment