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
Rather than blocking a component is it possible to block the root component or append the same to a main body ? I need to make busy all my promises and subscription it does works within components but i need to block the whole page since i have individual components for header,footer and route outlet the loader blocks only my component area.Is there a way i can block the whole page including header and footer too.
The text was updated successfully, but these errors were encountered:
@deyvidfk you'd still need to have the Subscription that you bind to the ngBusy directive in the current component, but what I think @iammelvin is saying is how can you invoke ngBusy directly from a child component of any depth and have it turn on. I've been trying to figure out something similar where when I make request in a child component, andI want not only the content of the component, but also have the side navigation covered by ngBusy without having to add ngBusy bindings into every route component. Was hoping for the service to have a way to pass in the Subscription, but it only handles the config.
Rather than blocking a component is it possible to block the root component or append the same to a main body ? I need to make busy all my promises and subscription it does works within components but i need to block the whole page since i have individual components for header,footer and route outlet the loader blocks only my component area.Is there a way i can block the whole page including header and footer too.
The text was updated successfully, but these errors were encountered: