Skip to content

QueryList query.changes.subscribe is not a function #4635

@tlancina

Description

@tlancina

From the CHANGELOG:

Before: query.onChange(() => ...);
After: query.changes.subscribe((iterable) => {});

This throws query.changes.subscribe is not a function in alpha.40: http://plnkr.co/edit/8hcr2WIjmSuwiAV0wEmN?p=preview (see container.ts)

It works with query.changes._subject.subscribe though, so I'm not sure if it's a documentation issue or a bug :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions