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
As a Polymer developer I want to define route properties declaratively using the element, and have access to all the same features that the JS API provides.
DoD:
the 'component' property works
-- for a single router outlet
-- for multiple router outlets the syntax is like in component.main="x-home-view" / component.sidebar="x-home-sidebar"
the bundle property works (including the implicit component names feature)
As a Polymer developer I want to define route properties declaratively using the element, and have access to all the same features that the JS API provides.
DoD:
-- for a single router outlet
-- for multiple router outlets the syntax is like in
component.main="x-home-view"
/component.sidebar="x-home-sidebar"
bundle
property works (including the implicit component names feature)redirect
property worksThe common DoD applies.
The text was updated successfully, but these errors were encountered: