UNPKG
@drooms/ng-metadata
Version:
latest (4.0.2)
4.0.2
Angular 2 decorators and utils for Angular 1.x
github.com/ngParty/ng-metadata
ngParty/ng-metadata
@drooms/ng-metadata
/
src
/
common
/
directives.d.ts
5 lines
(4 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
export
{
NgForm
}
from
'./directives/ng_form'
;
export
{
NgModel
}
from
'./directives/ng_model'
;
export
{
NgSelect
}
from
'./directives/ng_select'
;
export
{
CORE_DIRECTIVES
}
from
'./directives/core_directives'
;