The node the ViewConfig is bound to
The normalized view declaration from State.views
Fetches templates, runs dynamic (controller|template)Provider code, lazy loads Components, etc
Fetches templates, runs dynamic (controller|template)Provider code, lazy loads Components, etc
Generated using TypeDoc
This interface represents a [[ViewDeclaration]] that is bound to a Node.
A
ViewConfig
is the runtime definition of a single view.During a transition,
ViewConfig
s are created for each [[ViewDeclaration]] defined on each "entering" State. 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.