add actions

This commit is contained in:
2021-07-17 18:43:21 +03:00
parent 1d228b0669
commit 91b5ddcfaf
16 changed files with 475 additions and 25 deletions

View File

@ -20,6 +20,10 @@ export class CrudService<T> {
this.route = route;
}
loadEntityForm(form: T) {
this.actions.loadEntityForm(form);
}
loadEntityList() {
return this.api
.request()