refactor(access-intelligence): remove eager AccessIntelligenceModule import from AppModule (#20305)
AccessIntelligenceModule was imported in both AppModule (eager) and OrganizationsRoutingModule (lazy via loadChildren). The eager import made all module-scoped providers application-scoped singletons, defeating lazy loading and preventing module-scoped service destruction when the user navigates away from /organizations/:id/access-intelligence. Remove the eager import so Angular honors the existing lazy route and scopes providers to the feature-module injector. This matches the pattern already used by OrganizationIntegrationsModule in the same routing module. [PM-26417]ac-performance-logged^2
parent
153380a34e
commit
f73e2befab
Loading…
Reference in new issue