Skip to content

Parameter 'evt' implicitly has an 'any' type error #46

@razvan-zamfir-rsystems

Description

@razvan-zamfir-rsystems

In dnd.directive.ts these line throw the error: Parameter 'evt' implicitly has an 'any' type.

@HostListener('dragover', ['$event']) onDragOver(evt) {

@HostListener('dragleave', ['$event']) public onDragLeave(evt) {

@HostListener('drop', ['$event']) public ondrop(evt) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions