Skip to content

Conversation

Hagith
Copy link
Contributor

@Hagith Hagith commented Oct 17, 2019

Adds test for sidebar minimized state.

Requires #83 and #84 to be merged

- When `minimized` input property is set from outside,
  sidebar will properly switch it's state, eg:
  `[minimized]="sidebar.minimized$ | async"`
- It's possible to listen to `minimized` value changes,
  eg. to persist in localStorage
  `[(minimized)]="minimized"` or
  `[minimized]="minimized$ | async" (minimizedChange)="minimized$.next($event)"`
@Hagith
Copy link
Contributor Author

Hagith commented Oct 20, 2019

Merged to #84

@Hagith Hagith closed this Oct 20, 2019
@Hagith Hagith deleted the sidebar-minimized-test branch October 20, 2019 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant