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

Angular 16 / AOT / Ivy Compatibility #94

Open ValentinFunk opened 1 year ago

ValentinFunk commented 1 year ago

Since this seems to be dead if you're still using this and need a way to run your app I have published an ng-packagr build for use with Angular 16 on npm: https://www.npmjs.com/package/@kamshak/angular2-busy.

This is a build of https://github.com/mtpultz/angular2-busy (thanks!) with minor patch to add a type to ModuleWithProviders

kushal-novopay commented 7 months ago

Hey @ValentinFunk, Does your package support 17 as well?