UNPKG
ngx-airbrush
Version:
latest (0.2.1)
0.2.1
Angular client for jsonapi/Graphiti backends
gitlab.com/a-boudi/airbrush
ngx-airbrush
/
lib
/
decorators
/
service.decorator.d.ts
3 lines
(2 loc)
•
162 B
TypeScript
View Raw
1
2
3
import
{
ServiceDecoratorOptions
}
from
'./option.interfaces'
;
export
declare
function
ServiceDecorator
(
options
:
ServiceDecoratorOptions
):
(
target
:
any
) =>
void
;