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 PathNode.
A
ViewConfigis the runtime definition of a single view.During a transition,
ViewConfigs 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-viewthen loads itself using the information found in theViewConfig.A
ViewConfigif matched with aui-viewby finding allui-views which were created in the context named by theuiViewContextAnchor, and finding theui-viewor childui-viewthat matches theuiViewNameaddress.