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

0.4.32 • Public • Published

Installation

npm install --save @types/angular-load

Summary

This package contains type definitions for angular-load (https://github.com/urish/angular-load).

Details

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

index.d.ts

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

declare namespace angular.load {
    interface IAngularLoadService {
        loadScript(url: string): ng.IPromise<any>;
        loadCSS(url: string): ng.IPromise<any>;
    }
}

Additional Details

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

Credits

These definitions were written by david-gang.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/angular-load

Weekly Downloads

30

Version

0.4.32

License

MIT

Unpacked Size

3.07 kB

Total Files

5

Last publish

Collaborators

  • types