[Elements] Move all elements specific members from the angular grids into angular-element's source. #15235
Labels
💠 grid: elements
🧰 feature-request
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Currently there are a lot of props/events/collections, as well as other code changes, in the angular grids base code that are added for correct cross-platform code generation but are not relevant to the angular component itself. Such as all members that are marked as hidden/internal but also have /* blazorInclude */ tag. There are probably other instances of fixes and overrides specifically added for elements.
We want all of those to exist only for the elements grid's and be removed from angular. Hence the grids can be extended in the elements projects as separate components and have all such members moved there.
The text was updated successfully, but these errors were encountered: