arkon / ng-sidebar

[Inactive] Angular sidebar component.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i bind the "dock" @input to a function (2 way)

pilouk opened this issue · comments

I'm quite new to angular 2+ and i'm wondering how can i two way the "dock" input with a function ?
Is this possible?
Thanks!

commented

What's the usecase here? The dock value wouldn't be changing from inside the component, so I'm not sure why you would want it to be two-way bound.