devyumao / angular2-busy

Show busy/loading indicators on any promise, or on any Observable's subscription.
http://devyumao.github.io/angular2-busy/demo/asset/
MIT License
314 stars 102 forks source link

Update documentation to clarify "a busy thing" #84

Open Barryrowe opened 6 years ago

Barryrowe commented 6 years ago

It turns out that using a configuration object, you can set the busy property to a boolean to start/stop the indicator, but the documentation wasn't clear on this.

This clarifies that as an option, and provides an example of using an async piped boolean value into the busy property.

This will help clarify the option for people asking how to use a boolean like in #71