CopilotKit / CopilotKit/CopilotKit
Angular: Upgrade the ADK starter to Angular 22
@Jokasa7 is already working on this.
Since Sep 3, 2026.
- Dominant language
- TypeScript
- Stars
- 37.4k
- Forks
- 4.6k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 444
Description
Pre-flight Checklist
- I have searched existing issues, and this hasn't been requested yet.
Problem or Motivation
The standalone examples/integrations/adk-angular starter still uses Angular 21 and the deprecated lucide-angular package.
PR #6521 upgrades the workspace-managed Angular package and demos to Angular 22, but this starter is outside the pnpm workspace and installs the published @copilotkit/angular package from npm. It therefore needs to be upgraded separately after #6521 has been merged and a compatible version of @copilotkit/angular has been published.
Upgrade the starter to Angular 22 and the corresponding @copilotkit/angular release, replace lucide-angular with @lucide/angular, and regenerate package-lock.json.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.