Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Failed to execute 'removeEventListener' on 'EventTarget' #847

@hpyou

Description

@hpyou

this is my code:

private _removeAnimation(element: HTMLElement) {
    element.removeEventListener('animationend');
}

when I use zone.js@0.8.14 it throw this error
image
but when I use zone.js@0.8.5, it works ok.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions