angular2gridster
angular2gridster copied to clipboard
Provide service using { providedIn: 'root' }
Hi! Great module, it's such a breeze to be able to use a native Angular library rather than injecting buggy external ones
Would it be possible to provide the service via @Injectable({ providedIn: 'root' })? We would prefer it for our use case, in order to avoid letting the service pollute other bundles.
https://angular.io/guide/providers
Thanks for the attention!
Feel free to provide PR.