CuppaLabs / cuppa-ng2-slidemenu

Angular 2 Slide Menu navigation componet for mobile and web
https://cuppalabs.github.io/cuppa-ng2-slidemenu/
17 stars 22 forks source link

AOT issue #17

Open rahulpathak opened 6 years ago

rahulpathak commented 6 years ago

Hi @CuppaLabs,

While AOT build getting private accessible class issue.

angular - 5.0.0

ERROR in node_modules\cuppa-ng2-slidemenu\slideMenu.d.ts.SlideMenu.html(2,13): : Property 'closeMenu' is private and only accessible within class 'SlideMenu'.
node_modules\cuppa-ng2-slidemenu\slideMenu.d.ts.SlideMenu.html(3,19): : Property 'menuToggle' is private and only accessible within class 'SlideMenu'.
AshutoshSwain89 commented 5 years ago

hi @CuppaLabs

I am also having the same issue as mentioned above by @rahulpathak !!

On building in local it works but on publishing to dev with ng build --prod, the build fails with error

ERROR in node_modules\cuppa-ng2-slidemenu\slideMenu.d.ts.SlideMenu.html(2,13): : Property 'closeMenu' is private and only accessible within class 'SlideMenu'.
node_modules\cuppa-ng2-slidemenu\slideMenu.d.ts.SlideMenu.html(3,19): : Property 'menuToggle' is private and only accessible within class 'SlideMenu'.