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
app.getComponentById was created before @ViewChild and @ContentChild could query specific components by an id. Now that those have stabilized, our custom solution may no longer be needed, and is probably not the recommended way. Additionally, app.getComponentById was largely needed for menus, but menus now have an improved way to find references to specific menus.
Research if it's possible to completely deprecate app.getComponentById in favor of @ViewChild.
app.getComponentById
was created before@ViewChild
and@ContentChild
could query specific components by an id. Now that those have stabilized, our custom solution may no longer be needed, and is probably not the recommended way. Additionally,app.getComponentById
was largely needed for menus, but menus now have an improved way to find references to specific menus.Research if it's possible to completely deprecate
app.getComponentById
in favor of@ViewChild
.Related: 2295bd9
The text was updated successfully, but these errors were encountered: