@types/angular-deferred-bootstrap
TypeScript icon, indicating that this package has built-in type declarations

0.1.12 • Public • Published

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

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

declare var deferredBootstrapper: angular.IDeferredBootstrapperStatic;

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

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

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: @types/angular

Credits

These definitions were written by Markus Wagner.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/angular-deferred-bootstrap

Weekly Downloads

149

Version

0.1.12

License

MIT

Unpacked Size

3.56 kB

Total Files

5

Last publish

Collaborators

  • types