Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it work for automatic blocking for http request ? #38

Closed
Assdi opened this issue Oct 19, 2017 · 7 comments
Closed

is it work for automatic blocking for http request ? #38

Assdi opened this issue Oct 19, 2017 · 7 comments

Comments

@Assdi
Copy link

Assdi commented Oct 19, 2017

just like this https://github.com/McNull/angular-block-ui

@kuuurt13
Copy link
Owner

Currently, this hasn't been implemented but it is something I can explore as a feature for a future release.

@eduardoleopoldino
Copy link

Is there a way to check if a instance is active? I have some keyboard shortcuts that I need to check if there's another action going. In this case, i want to check if BlockUI is active before triggering the action.

On your code, you have a this.active property inside BlockUIContentComponent that i believe would help. But you need to expose this property to @blockui decorator.. Or is there any other way?

@kuuurt13
Copy link
Owner

kuuurt13 commented Nov 7, 2017

@eduardoleopoldino currently this isn't possible. This seems like something that should be added as a feature. I moved this over to issue #40 since this ticket is more about automatic http request blocking.

@RobPierce
Copy link
Contributor

It would also be really neat, if implementing automatic http request blocking, to allow a request filter to turn off filtering for specific paths, as angular-block-ui does.

@kuuurt13
Copy link
Owner

kuuurt13 commented Nov 9, 2017

@RobPierce I agree I will make sure to include this 👍

@kuuurt13
Copy link
Owner

kuuurt13 commented Apr 6, 2018

With the new 1.0.0 release you can now automatically block http requests, see the HTTP Module

@kuuurt13 kuuurt13 closed this as completed Apr 6, 2018
@Assdi
Copy link
Author

Assdi commented Apr 11, 2018

thanks @kuuurt13 I will check it 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants