mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Added files via upload
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
declare module angular.load {
|
||||
|
||||
interface IAngularLoadService {
|
||||
loadScript(url:string): ng.IPromise<any>;
|
||||
loadCss(url:string): ng.IPromise<any>;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user