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

feat(observe-content): add debounce option and other improvements #2404

Merged
merged 6 commits into from
May 2, 2017

Commits on May 2, 2017

  1. feat(observe-content): add debounce option and other improvements

    * Adds a reusable utility for debouncing a function.
    * Adds the ability to debounce the changes from the `cdkObserveContent` directive.
    * Makes the `cdkObserveContent` directive pass back the `MutationRecord` to the `EventEmitter`.
    * Fires the callback once per mutation event, instead of once per `MutationRecord`.
    
    Relates to angular#2372.
    crisbeto committed May 2, 2017
    Configuration menu
    Copy the full SHA
    6c6ac35 View commit details
    Browse the repository at this point in the history
  2. Remove flaky tests.

    crisbeto committed May 2, 2017
    Configuration menu
    Copy the full SHA
    30b68f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    defedc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    085699e View commit details
    Browse the repository at this point in the history
  5. chore: fix lint error

    crisbeto committed May 2, 2017
    Configuration menu
    Copy the full SHA
    9b21868 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19b936a View commit details
    Browse the repository at this point in the history