Add 14 grid-lite samples from igniteui-wc-examples#3781
Merged
Conversation
Pushing prod from staging
fix(live-editing): upping live-editing version to fix issue with tail…
feat(cell-merging): adding editing to samples
Updating prod with fixes from vnext
Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
…routes Co-authored-by: ChronosSF <2188411+ChronosSF@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Transfer grid-lite samples to igniteui-angular-samples
Add 14 grid-lite samples from igniteui-wc-examples
Nov 17, 2025
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
kdinev
requested changes
Nov 17, 2025
| changeDetectionRef = inject(ChangeDetectorRef); | ||
| private iconService = inject(IgxIconService) | ||
| public ngOnInit() { | ||
| this.iconService.addSvgIconFromText('x', '<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-twitter-x" viewBox="0 0 16 16"><path d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"/></svg>'); |
Member
There was a problem hiding this comment.
@copilot We have icons for both youtube and x (twitter) inmaterial-icons-extended
ChronosSF
approved these changes
Nov 18, 2025
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.
Ports 14 grid-lite samples from
igniteui-wc-examples(branch:dmdimitrov/grid-lite-samples, commit:145d203c) to demonstrateigc-grid-litecustom element usage in Angular.Changes
Package Dependencies
igc-grid-lite@1.0.0-alpha.5New Components (14 samples)
Created in
src/app/grid/grid-lite/:simple,dynamic,headers- Basic to advanced column config with formatters and runtime updatesdynamic- Runtime data source switchingsimple,events,pipeline- Basic filtering, event handling, remote simulationsimple,events,grid-config,pipeline- Sorting with custom comparers, events, configuration, remote simulationcustom,themes- Custom theming and built-in theme selectionShared Service
GridLiteDataService- Generates mock data (Users, Products) without external dependenciesIntegration
grids.routes.tsfor all 14 samplesImplementation Pattern
Web Components → Angular adaptation:
All samples follow existing repository patterns and pass lint/security checks.
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
fonts.googleapis.comng build --configuration production (my-app)(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original prompt
This pull request was created as a result of the following prompt from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.