bfwg/ngx-drag-scroll

Cannot compile with aot

olaf89 opened this issue · 1 comments

  • I'm submitting a ...

    • bug report
    • feature request
    • support request => Please do not submit support request here, see note at the top of this template.
  • What is the current behavior?

Cannot build my project with aot after importing drag-scroll

ERROR in (1,1): : Directive DragScrollComponent, Property 'onWheel' is private and only accessible within class 'DragScrollComponent'.
(1,1): : Directive DragScrollComponent, Property 'onWindowResize' is private and only accessible within class 'DragScrollComponent'.
component.html(24,7): : Directive DragScrollComponent, Property 'onWheel' is private and only accessible within class 'DragScrollComponent'.
component.html(24,7): : Directive DragScrollComponent, Property 'onWindowResize' is private and only accessible within class 'DragScrollComponent'.
bfwg commented

Resolved in #220