Documentation
Preparing search index...
services/note.service
export=
Class export=
Index
Constructors
constructor
Methods
create
delete
read
update
Constructors
constructor
new
"export="
()
:
export=
Returns
export=
Methods
Static
create
create
(
data
:
any
)
:
Promise
<
any
>
Parameters
data
:
any
Returns
Promise
<
any
>
Static
delete
delete
(
id
:
any
)
:
Promise
<
any
>
Parameters
id
:
any
Returns
Promise
<
any
>
Static
read
read
(
id
:
any
)
:
Promise
<
any
>
Parameters
id
:
any
Returns
Promise
<
any
>
Static
update
update
(
data
:
any
)
:
Promise
<
any
>
Parameters
data
:
any
Returns
Promise
<
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
create
delete
read
update
Documentation
Loading...