0.1.12 • Published 6 months ago

@types/angular-deferred-bootstrap v0.1.12

Weekly downloads
130
License
MIT
Repository
github
Last release
6 months ago

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.

0.1.10

8 months ago

0.1.11

7 months ago

0.1.12

6 months ago

0.1.9

8 months ago

0.1.8

3 years ago

0.1.7

4 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago