add actions
This commit is contained in:
@ -20,6 +20,10 @@ export class CrudService<T> {
|
||||
this.route = route;
|
||||
}
|
||||
|
||||
loadEntityForm(form: T) {
|
||||
this.actions.loadEntityForm(form);
|
||||
}
|
||||
|
||||
loadEntityList() {
|
||||
return this.api
|
||||
.request()
|
||||
|
||||
Reference in New Issue
Block a user