[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior
ScrollbarHelper service is unreachable from outside. I can't import ScrollbarHelper, and it makes impossible to extend DatatableComponent because It's not possible to write constructor
It should be allowed to import ScrollbarHelper. Besides, why is ScrollbarHelper implemented as a service? Should it be 'injected'? There is no way to inject ScrollbarHelper from outside, because of the same reason that I can't import ScrollbarHelper.
Reproduction of the problem
What is the motivation / use case for changing the behavior?
I want to extend DatatableComponent.
Please tell us about your environment:
linux mint, atom, apt
Table version: 0.8.x
9.2.0
Angular version: 2.0.x
4.0
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
I'm submitting a ... (check one with "x")
Current behavior
ScrollbarHelper
service is unreachable from outside. I can't importScrollbarHelper
, and it makes impossible to extendDatatableComponent
because It's not possible to write constructorExpected behavior
It should be allowed to import
ScrollbarHelper
. Besides, why isScrollbarHelper
implemented as a service? Should it be 'injected'? There is no way to injectScrollbarHelper
from outside, because of the same reason that I can't importScrollbarHelper
. Reproduction of the problemWhat is the motivation / use case for changing the behavior?
I want to extend
DatatableComponent
.Please tell us about your environment:
linux mint, atom, apt
Table version: 0.8.x
9.2.0
Angular version: 2.0.x
4.0
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Language: [all | TypeScript X.X | ES6/7 | ES5] TypeScript 2.2.2