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.route.d.ts
3 lines
(2 loc)
•
177 B
TypeScript
View Raw
1
2
3
import
{
DIRouteOptions
}
from
"../abstraction"
;
export
declare
function
DIRoute
(
options
:
DIRouteOptions
):
(
type
:
new
(...args:
any
[]) =>
any
) =>
new
(...
args
:
any
[]) =>
any
;