Yicong-Huang commented on issue #4865: URL: https://github.com/apache/texera/issues/4865#issuecomment-4367470235
Resolved by #4873. The standalone-component migration made `RegistrationRequestModalComponent` a `standalone: true` component with its own `imports: [FormsModule, NzInputModule, ...]`, so the modal's template no longer depends on AppModule's directive scope. `auth.service` still imports the class directly (the ergonomic path), but the spec-compile failure that originally motivated this issue is gone — service specs that transitively reach `auth.service` no longer fail NG8002 on the modal's template. (The cleaner Approach B from this issue's body — token-based decoupling — is still architecturally nicer but not blocking anything; can be picked up later if useful.) -- 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]
