Yicong-Huang opened a new pull request, #4872:
URL: https://github.com/apache/texera/pull/4872
### What changes were proposed in this PR?
Convert `RegistrationRequestModalComponent` to a standalone component with
explicit `imports: [FormsModule, NzInputModule]`. Remove from
`AppModule.declarations` and drop the unused import.
The component is opened via `NzModalService.create({ nzContent:
RegistrationRequestModalComponent })` from `auth.service.ts`. That continues to
work for standalone components — no behavior change at runtime.
### Any related issues, documentation, discussions?
Closes #4865.
After this and #4862 land, the 13 service specs currently excluded for the
auth → modal template-check chain can come off the exclusion list in a
follow-up.
### How was this PR tested?
`yarn run build` produces a clean prod bundle. CI exercises the full prod
build path.
### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Opus 4.7 (1M context)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]