Skip to content

Fix/aria grid cdk table ng0201#32606

Closed
Mr-KRAMA wants to merge 2 commits intoangular:mainfrom
Mr-KRAMA:fix/aria-grid-cdk-table-ng0201
Closed

Fix/aria grid cdk table ng0201#32606
Mr-KRAMA wants to merge 2 commits intoangular:mainfrom
Mr-KRAMA:fix/aria-grid-cdk-table-ng0201

Conversation

@Mr-KRAMA
Copy link
Copy Markdown
Contributor

@Mr-KRAMA Mr-KRAMA commented Dec 30, 2025

Fixes an issue where ngGridCell throws an NG0201 error when used inside a CDK table. The CDK table creates rows using embedded views which breaks the standard Angular dependency injection hierarchy and prevents ngGridCell from resolving the GRID ROW provider.

This change introduces proper ARIA grid directives adds an explicit provider for CDK table rows and includes a DOM based fallback to ensure GridCell can reliably locate its parent row in all rendering scenarios.

@pullapprove pullapprove Bot requested review from crisbeto and ok7sai December 30, 2025 07:39
@Mr-KRAMA Mr-KRAMA closed this Dec 30, 2025
@Mr-KRAMA Mr-KRAMA deleted the fix/aria-grid-cdk-table-ng0201 branch December 30, 2025 07:43
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Jan 30, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant