Closed
Description
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.
Metadata
Metadata
Assignees
Labels
No labels