Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • LazyLoaderService

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private container

container: HTMLElement

Methods

loadBundle

  • loadBundle(bundle: { module?: undefined | string; nomodule?: undefined | string }): Promise<Event | undefined>
  • inheritdoc

    Parameters

    • bundle: { module?: undefined | string; nomodule?: undefined | string }
      • Optional module?: undefined | string
      • Optional nomodule?: undefined | string

    Returns Promise<Event | undefined>

loadScript

  • loadScript(options: { attributes?: { key: string; value: any }[]; bundleType?: BundleType; src: string }): Promise<Event>
  • inheritdoc

    Parameters

    • options: { attributes?: { key: string; value: any }[]; bundleType?: BundleType; src: string }
      • Optional attributes?: { key: string; value: any }[]
      • Optional bundleType?: BundleType
      • src: string

    Returns Promise<Event>

Generated using TypeDoc