Skip to content
Snippets Groups Projects
Select Git revision
  • 7be3922636fc16deff6664e77cde08fb5b774432
  • main default protected
  • demo protected
  • master
  • icon-set-mapping
  • production protected
  • revert-62666d1a
  • favorites-and-recent-files
  • lit2
  • wc-part
  • mark-downloaded-files
  • feature/annotpdf-test
  • fix-zip-upload
  • config-cleanup
  • wip
  • app-shell-update
16 results

dbp-signature.js

Blame
  • dbp-signature.js 389 B
    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);