Skip to content

Adding more deterministic zoning rules within the angular skill.#24

Merged
travist merged 3 commits into
mainfrom
feat/angular-zoneless-deterministic
Jun 24, 2026
Merged

Adding more deterministic zoning rules within the angular skill.#24
travist merged 3 commits into
mainfrom
feat/angular-zoneless-deterministic

Conversation

@travist

@travist travist commented Jun 24, 2026

Copy link
Copy Markdown
Member
  • The skill now always targets the latest Angular @formio/angular supports and pins zoneless change detection explicitly (provideZonelessChangeDetection(), no zone.js) in BOOTSTRAP Step 6, instead of force-re-adding zone.js and inheriting the CLI's drifting default. No specific Angular version is named in the skill.
  • CONFIG/AUTH/app-integration keep the simple { provide: FormioAppConfig, useValue: AppConfig } provider — no app-level wiring change is needed because @formio/angular reads that config in the FormioModule constructor and configures the SDK (Formio.setBaseUrl/setProjectUrl) at bootstrap.
  • BOOTSTRAP notes one Form.io-specific caveat for zoneless apps (the SDK's promises resolve outside Angular's zone, so refresh views with signals/markForCheck, not NgZone.run).
  • Corrected stale guidance that claimed zone-based CD was required.

travist added 3 commits June 23, 2026 22:16
…r and do not reference specific versions so that the agent hallucinates on which one to pick.
Updated guidance on UI surface customization and resource components in the formio-angular pipeline.
@travist travist merged commit 49c727b into main Jun 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants