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

shouldn't need to load stylesheet #53

Open jaufgang opened 7 years ago

jaufgang commented 7 years ago

This component is great, but it shouldn't be necessary to link to the stylesheet since Angular 2+ allows packaging css in a component using the styles or styleUrls properties of the @Component decorator.

see: