wannabegeek / ng2-split-pane

Split View module for Angular 2
MIT License
43 stars 25 forks source link

Add options to toggle off components #12

Closed siovene closed 7 years ago

siovene commented 7 years ago

With the addition of the primary-component-toggled-off and secondary-component-toggled-off properties, it's now possible to toggle off the left or right (or top or bottom) components.

Note that attempting to toggle both of them off results in an exception being thrown, so the user of the library should take care that it doesn't happen.

Closes: wannabegeek/ng2-split-pane#10