UNPKG
@ts-ioc/platform-browser
Version:
latest (4.0.5)
4.0.5
4.0.4
4.0.3
4.0.1
4.0.0-rs2
4.0.0-rs1
4.0.0-rs
4.0.0-beta8
4.0.0-beta7
4.0.0-beta6
4.0.0-beta5
4.0.0-beta30
4.0.0-beta28
4.0.0-beta27
4.0.0-beta26
4.0.0-beta25
4.0.0-beta24
4.0.0-beta23
4.0.0-beta22
4.0.0-beta20
4.0.0-beta19
4.0.0-beta18
4.0.0-beta17
4.0.0-beta16
4.0.0-beta13
4.0.0-beta12
3.2.14
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.5
3.2.4
3.2.2
3.2.0
3.1.12
3.1.11
3.1.7
3.1.6
3.1.5
3.1.1
3.0.6
3.0.5
3.0.4
3.0.3
3.0.1
3.0.0
3.0.0-beta8
3.0.0-beta7
3.0.0-beta6
3.0.0-beta5
3.0.0-beta3
3.0.0-beta2
3.0.0-beta1
3.0.0-beta
2.5.4
2.5.3
2.5.1
2.5.0
2.4.19
2.4.17
2.4.16
2.4.15
2.4.14
2.4.13
2.4.12
2.4.9
2.4.8
2.4.7
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.9
2.3.8
2.3.0
2.2.1
2.2.0
2.1.3
2.0.15
2.0.14
2.0.13
2.0.12
2.0.11
2.0.9
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.1
tsioc is AOP, Ioc container, via typescript decorator
github.com/zhouhoujun/tsioc
zhouhoujun/tsioc
@ts-ioc/platform-browser
/
lib
/
BrowserModuleLoader.d.ts
7 lines
(6 loc)
•
280 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
IModuleLoader
,
DefaultModuleLoader
}
from
'@ts-ioc/core'
;
export
declare
class
BrowserModuleLoader
extends
DefaultModuleLoader
implements
IModuleLoader
{
constructor
(
);
protected
createLoader
():
(
modulepath
:
string
) =>
any
;
static
getClassAnnations
():
any
; }