Options
All
  • Public
  • Public/Protected
  • All
Menu

@types/angular-deferred-bootstrap

Installation

npm install --save @types/angular-deferred-bootstrap

Summary

This package contains type definitions for angular-deferred-bootstrap (https://github.com/philippd/angular-deferred-bootstrap).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/angular-deferred-bootstrap.

index.d.ts

// Type definitions for angular-deferred-bootstrap v0.1.9
// Project: https://github.com/philippd/angular-deferred-bootstrap
// Definitions by: Markus Wagner <https://github.com/Ritzlgrmft>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3

/// <reference types="angular" />

declare var deferredBootstrapper: angular.IDeferredBootstrapperStatic;

declare module angular {
    interface IDeferredBootstrapperStatic {
        bootstrap(configParam: IConfigParam): ng.IPromise<boolean>
    }

    interface IConfigParam {
        element?: Node | undefined,
        module?: string | undefined,
        resolve: any
    }
}

Additional Details

  • Last updated: Wed, 07 Jul 2021 21:44:17 GMT
  • Dependencies: @types/angular
  • Global values: deferredBootstrapper

Credits

These definitions were written by Markus Wagner.

Generated using TypeDoc