Skip to content

refactor(examples): rename large data set example - #810

Open
spike-rabbit wants to merge 1 commit into
mainfrom
refactor/rename-large-data-set-example
Open

refactor(examples): rename large data set example#810
spike-rabbit wants to merge 1 commit into
mainfrom
refactor/rename-large-data-set-example

Conversation

@spike-rabbit

Copy link
Copy Markdown
Member

What kind of change does this PR introduce? (check one with "x")

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

What is the current behavior? (You can also link to an open issue here)

The basic example is named "10k Rows" in its component file, selector, route, navigation, and route metadata.

What is the new behavior?

The example is consistently named "Large Data Set" across its component file and class, selector, route, navigation entry, and source metadata.

Does this PR introduce a breaking change? (check one with "x")

  • Yes
  • No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information:

Validated with npm run build.

@spike-rabbit
spike-rabbit requested a review from a team as a code owner August 19, 2026 11:31
@fh1ch
fh1ch requested a lite review from Copilot August 19, 2026 11:45
@fh1ch fh1ch added the enhancement New feature or request label Aug 19, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the “10k Rows” basic example to be consistently named “Large Data Set” across the Angular example app, updating the component identifier as well as the navigation and routing metadata.

Changes:

  • Renames the example component selector and class to “Large Data Set”.
  • Updates the sidebar navigation entry to the new route/name.
  • Updates the router configuration (path, title, sourcePath, and lazy-load import) to the new identifiers.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/app/basic/large-data-set.component.ts Renames the standalone component selector and exported class to match “Large Data Set”.
src/app/app.component.html Updates the “Basic” navigation link to the new route and display name.
src/app/app-routing.module.ts Updates the route path and route data to “large-data-set” and points lazy-loading to the renamed export.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +12 to 16
path: 'large-data-set',
data: { title: 'Large Data Set', sourcePath: 'basic/large-data-set.component.ts' },
loadComponent: () =>
import('./basic/large-data-set.component').then(c => c.LargeDataSetComponent)
},

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we need to maintain the old route.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants