arkon / ng-sidebar

[Inactive] Angular sidebar component.

Home Page:https://echeung.me/ng-sidebar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error compilation and build Jenkins

jjbserna opened this issue · comments

Hello everyone who contributes to this project, today after the last update I have presented problems in jenkins for its construction I was working on the "ng-sidebar" version: "^ 9.3.0", I get the next error.

ERROR in node_modules/ng-sidebar/lib_commonjs/sidebar-container.component.d.ts.SidebarContainer.html(6,7): : Property '_onBackdropClicked' does not exist on type 'SidebarContainer'. Did you mean 'onBackdropClicked'?
node_modules/ng-sidebar/lib_commonjs/sidebar-container.component.d.ts.SidebarContainer.html(13,7): : Property '_getContentStyle' does not exist on type 'SidebarContainer'.
node_modules/ng-sidebar/lib_commonjs/sidebar.component.d.ts.Sidebar.html(11,7): : Property '_getStyle' does not exist on type 'Sidebar'.
node_modules/ng-sidebar/lib_commonjs/sidebar.component.d.ts.Sidebar.html(7,7): : Property '_isDocked' does not exist on type 'Sidebar'.
node_modules/ng-sidebar/lib_commonjs/sidebar.component.d.ts.Sidebar.html(8,7): : Property '_isInert' does not exist on type 'Sidebar'.

how can I fix it, what should I do to make it work, I was working on the "ng-sidebar" version: "^ 9.3.0", yesterday it was built well and today after the update I don't know what happened.

Help me Arkon

Same issue here. Compiling on Angular 8.2 gets the same errors.

i did a revert for now, which seems to work:
npm install ng-sidebar@9.3.0 --save

commented

Ugh, I messed it up again. Try v9.4.2.

Works 9.4.2 :)

i will try again

Thanks a lot Arkon, it works again.