Restore parent module guards for child components - #355
Merged
damyanpetev merged 3 commits intoAug 21, 2026
Merged
Conversation
Co-authored-by: damyanpetev <3198469+damyanpetev@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update EnsureModulesLoaded method for child components
Restore parent module guards for child components
Aug 20, 2026
damyanpetev
changed the base branch from
master
to
dpetev/child-modules-cleanup
August 21, 2026 05:57
…to copilot/update-refactor-ensuremodulesloaded # Conflicts: # src/components/Blazor/CardActions.cs # src/components/Blazor/CardContent.cs # src/components/Blazor/CardHeader.cs # src/components/Blazor/CardMedia.cs # src/components/Blazor/CarouselIndicator.cs # src/components/Blazor/CarouselSlide.cs # src/components/Blazor/DropdownGroup.cs # src/components/Blazor/DropdownHeader.cs # src/components/Blazor/DropdownItem.cs # src/components/Blazor/ListHeader.cs # src/components/Blazor/ListItem.cs # src/components/Blazor/NavDrawerHeaderItem.cs # src/components/Blazor/NavDrawerItem.cs # src/components/Blazor/RatingSymbol.cs # src/components/Blazor/SelectGroup.cs # src/components/Blazor/SelectHeader.cs # src/components/Blazor/SelectItem.cs # src/components/Blazor/SliderLabel.cs # src/components/Blazor/Step.cs # src/components/Blazor/Tile.cs # src/components/Blazor/ToggleButton.cs # src/components/Blazor/TreeItem.cs Co-authored-by: damyanpetev <3198469+damyanpetev@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dedicated child components now retain lazy module registration while targeting their parent component modules instead of redundant child modules.
Igb*Moduleguards with the corresponding parent module across card, carousel, dropdown, list, nav drawer, rating, select, slider, stepper, tile manager, button group, and tree children.IsLoadRequested/Registerlazy-loading pattern.