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
if I have < mycustom-element attribute=[[prop]] > then I can set an observer on 'prop'. But what if I am loading the element via app router like this: < app-route path="/path" element="mycustom-element" >< /app-route > ?
How can I set an observer on the properties of the that element?
The text was updated successfully, but these errors were encountered:
if I have < mycustom-element attribute=[[prop]] > then I can set an observer on 'prop'. But what if I am loading the element via app router like this: < app-route path="/path" element="mycustom-element" >< /app-route > ?
How can I set an observer on the properties of the that element?
The text was updated successfully, but these errors were encountered: