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
As the DI token that keeps a map of sub menu components registered in root module it will not pickup provided values from lazy loaded modules as they will have their own module injector.
The solution is to refresh value from DI token once lazy-loaded module has been loaded.
The text was updated successfully, but these errors were encountered:
As the DI token that keeps a map of sub menu components registered in root module it will not pickup provided values from lazy loaded modules as they will have their own module injector.
The solution is to refresh value from DI token once lazy-loaded module has been loaded.
The text was updated successfully, but these errors were encountered: