A ViewConfig is the runtime definition of a single view.
During a transition, ViewConfigs are created for each _ViewDeclaration defined on each "entering" StateObject.
Then, the ViewService finds any matching ui-view(s) in the DOM, and supplies the ui-view
with the ViewConfig. The ui-view then loads itself using the information found in the ViewConfig.
A ViewConfig if matched with a ui-view by finding all ui-views which were created in the
context named by the uiViewContextAnchor, and finding the ui-view or child ui-view that matches
the uiViewName address.
This interface represents a _ViewDeclaration that is bound to a PathNode.
A
ViewConfig
is the runtime definition of a single view.During a transition,
ViewConfig
s are created for each _ViewDeclaration defined on each "entering" StateObject. Then, the ViewService finds any matchingui-view
(s) in the DOM, and supplies the ui-view with theViewConfig
. Theui-view
then loads itself using the information found in theViewConfig
.A
ViewConfig
if matched with aui-view
by finding allui-view
s which were created in the context named by theuiViewContextAnchor
, and finding theui-view
or childui-view
that matches theuiViewName
address.