Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Bootstrapper

Hierarchy

  • Bootstrapper

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _options

Methods

Private _detectIE

  • _detectIE(): number | boolean

Private _loaded

  • _loaded(bootstrapper: Bootstrapper, json: string, resolve: function, reject: function): void
  • Parameters

    • bootstrapper: Bootstrapper
    • json: string
    • resolve: function
        • Parameters

          Returns void

    • reject: function
        • (error: any): void
        • Parameters

          • error: any

          Returns void

    Returns void

bootstrap

  • bootstrap(res?: undefined | function, rej?: undefined | function): Promise<Helper>
  • Parameters

    • Optional res: undefined | function
    • Optional rej: undefined | function

    Returns Promise<Helper>

Generated using TypeDoc