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

How to use? #89

Open vikrambarnwal opened 6 years ago

vikrambarnwal commented 6 years ago

I am thinking to use angular2-busy directive, but i didn't understand how to use. I am new to angular2 .Please create a plnkr or other guide. I have tried but not working at all, there was no error in console.

deyvidfk commented 6 years ago

Why do not you give us an impression of your example? Maybe there's something wrong. Step 1 - BrowserAnimationsModule and BusyModule Declared? Step 2 - Annotation of properly used directive [ngBusy] = "mySubscriptionObject"?