Skip to content

Use Angular 22 in demos#34038

Merged
GoodDayForSurf merged 98 commits into
DevExpress:26_1from
GoodDayForSurf:26_1_use_ng22_in_demos
Jun 26, 2026
Merged

Use Angular 22 in demos#34038
GoodDayForSurf merged 98 commits into
DevExpress:26_1from
GoodDayForSurf:26_1_use_ng22_in_demos

Conversation

@GoodDayForSurf

Copy link
Copy Markdown
Contributor

No description provided.

GoodDayForSurf and others added 30 commits March 11, 2026 23:41
…26_1_WIP_check_ng22

# Conflicts:
#	pnpm-lock.yaml
…26_1_WIP_check_ng22

# Conflicts:
#	apps/demos/package.json
#	pnpm-lock.yaml
…26_1_WIP_check_ng22

# Conflicts:
#	apps/demos/package.json
#	pnpm-lock.yaml
…26_1_WIP_check_ng22

# Conflicts:
#	pnpm-lock.yaml
…lt for compatibility with previous versions of NG

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

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

Comments suppressed due to low confidence (1)

apps/demos/Demos/Splitter/Overview/Angular/app/app.component.ts:25

  • The @Component metadata defines changeDetection twice. The latter (OnPush) wins, so the newly added Eager option is ignored and the object contains a duplicate key.

Comment thread apps/demos/utils/ts-to-js-converter/converter.ts
…26_1_use_ng22_in_demos

# Conflicts:
#	pnpm-lock.yaml
@ajivanyandev ajivanyandev self-requested a review June 26, 2026 09:24
Copilot AI review requested due to automatic review settings June 26, 2026 11:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 65 out of 69 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (2)

apps/demos/Demos/Splitter/Overview/Angular/app/app.component.ts:25

  • @Component metadata defines changeDetection twice; in object literals the last property wins, so ChangeDetectionStrategy.Eager is ignored and the earlier line is misleading. Keep a single changeDetection value.
    apps/demos/utils/demo-ts-loader.js:18
  • if (ts === undefined) will throw a ReferenceError if the global ts variable is not defined, so the intended custom error message will never be shown. Use a typeof check instead.

@GoodDayForSurf GoodDayForSurf added this pull request to the merge queue Jun 26, 2026
Merged via the queue into DevExpress:26_1 with commit 9a9b6eb Jun 26, 2026
212 of 220 checks passed
@GoodDayForSurf GoodDayForSurf deleted the 26_1_use_ng22_in_demos branch June 26, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants