UNPKG
@beradrian/ngx-resource-core
Version:
latest (5.4.2)
5.4.2
5.4.1
5.4.0
Core of resource library
github.com/beradrian/ngx-resource-core
beradrian/ngx-resource-core
@beradrian/ngx-resource-core
/
src
/
ResourceParams.js
9 lines
(8 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
function
ResourceParams
(
params
) {
if
(params ===
void
0
) { params = {}; }
return
function
(
target
) { target.
prototype
.
getResourceOptions
=
function
(
) {
return
params; }; }; }