UNPKG
@ngx-ext/decorators
Version:
RC (0.0.1-RC2)
latest (0.0.1)
0.0.1
0.0.1-RC2
0.0.1-RC1
0.0.1-RC0
Set of decorators making your life easier.
github.com/ngx-ext/decorators
ngx-ext/decorators
@ngx-ext/decorators
/
page.decorator.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
{
Component
}
from
'@angular/core'
;
export
declare
function
Page
(
obj
:
Omit
<
Component
,
'selector'
>
):
(
target
:
any
) =>
void
;