Skip to content

Support handling loaded events in a consistent manner #259

Closed
@hdeshev

Description

@hdeshev

At the moment, if you don't use the router, it is impossible to attach to the loaded event in from html markup (we attach the event after adding the view to the visual tree, and the event never fires).

It looks pretty convenient to just add a <TextField #searchBox (loaded)="myHandler(searchBox)"> binding and avoid dealing with ViewChild decorators and ElementRef's.

Related #200, #250

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