You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 withViewChild
decorators andElementRef
's.Related #200, #250
The text was updated successfully, but these errors were encountered: