Commit f9375a0fca20b70110e7a1c368cfd2691cd1b0f7
1 parent
c60e99fa
UI: dynamic annotation for abstract entity component
Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -24,6 +24,7 @@ import { EntityAction } from '@home/models/entity/entity-component.models'; |
24 | 24 | import { EntityTableConfig } from '@home/models/entity/entities-table-config.models'; |
25 | 25 | import { PageLink } from '@shared/models/page/page-link'; |
26 | 26 | |
27 | +// @dynamic | |
27 | 28 | @Directive() |
28 | 29 | export abstract class EntityComponent<T extends BaseData<HasId>, |
29 | 30 | P extends PageLink = PageLink, | ... | ... |