You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the TerminologySystemProvider service, which queries an endpoint for terminologies, is being called within the constructors of individual components. This should be centralized and moved to the App_Initializer so that the service is loaded once when the application initializes, ensuring better control and efficiency.
Description
Currently, the
TerminologySystemProvider
service, which queries an endpoint for terminologies, is being called within the constructors of individual components. This should be centralized and moved to theApp_Initializer
so that the service is loaded once when the application initializes, ensuring better control and efficiency.Files
TerminologySystemProvider.ts
App.module.ts
The text was updated successfully, but these errors were encountered: