UNPKG
ng2-module-decorator
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Avoid the Angular 2 module declaration hell by providing a simple decorator.
ng2-module-decorator
/
index.d.ts
6 lines
(5 loc)
•
171 B
TypeScript
View Raw
1
2
3
4
5
6
import
'reflect-metadata'
;
export
declare
const
declarations
: { [
moduleKey
:
string
]:
any
[]; };
export
declare
function
Module
(
moduleKey
:
string
):
ClassDecorator
;