Options
All
  • Public
  • Public/Protected
  • All
Menu

Advanced configuration for modules that should be provided as shared modules to the share scope.

Hierarchy

  • ProvidesConfig

Index

Properties

eager?: boolean

Include the provided module directly instead behind an async request. This allows to use this shared module in initial load too. All possible shared modules need to be eager too.

shareKey?: string

Key in the share scope under which the shared modules should be stored.

shareScope?: string

Share scope name.

version?: string | false

Version of the provided module. Will replace lower matching versions, but not higher.