Skip to content
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

refactor(module:dropdown): improve performance #148

Merged
merged 1 commit into from
Aug 29, 2017

Commits on Aug 29, 2017

  1. refactor(module:dropdown): improve performance

    1. use Observable to replace Subject, which could dispose eventListener.
    2. use ChangeDetectionStrategy.OnPush to reduce check times.
    Brooooooklyn committed Aug 29, 2017
    Configuration menu
    Copy the full SHA
    f88c1fa View commit details
    Browse the repository at this point in the history