Skip to content

test(sidebar): minimized state #85

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

test(sidebar): minimized state #85

wants to merge 2 commits into from

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