New starter apps#169
Conversation
There was a problem hiding this comment.
Code Review
This pull request refactors and updates the Angular, React, and Vue starter templates to use the latest versions of Siemens iX (v5) and other core dependencies, while streamlining the project structures and migrating tests to Vitest. The code review feedback focuses on improving the Angular starter by leveraging the built-in routerLinkActive directive instead of a custom route-matching helper, which simplifies the main application component. Additionally, the feedback recommends removing unused imports in the configuration files and implementing safer null/undefined checks when handling form input events in both the Angular and Vue starters.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Integrate new ix starter apps for angular, react and vue.