-
I'm have components that are inheriting from AbpCrudPageBase (not the new AbpComponentBase) because the component is just pure CRUD. So I could end up with a AbpCrudPageBase page having a component of type AbpCrudPageBase - hopefully this is OK? |
Beta Was this translation helpful? Give feedback.
Answered by
hikalkan
Nov 17, 2020
Replies: 1 comment
-
Sure, that's OK. The tutorial also does like that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
274188A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, that's OK. The tutorial also does like that.
AbpCrudPageBase
already inherits from theAbpComponentBase
.