UNPKG
ng-di-kit
Version:
latest (1.0.0)
1.0.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Angular Dependency Injection Kit
github.com/joejukan/ng-di-kit
joejukan/ng-di-kit
ng-di-kit
/
lib
/
decoration
/
di.export.d.ts
2 lines
(1 loc)
•
82 B
TypeScript
View Raw
1
2
export
declare
function
DIExport
(
):
(
type
:
new
(...args:
any
[]) =>
any
) =>
void
;