Returns the list of views on the page containing loaded content.
Returns the list of views on the page containing loaded content.
Returns an array of fully-qualified view names.
Returns the list of views currently available on the page, by fully-qualified name.
Returns the list of views currently available on the page, by fully-qualified name.
Returns an array of fully-qualified view names.
De-registers a ViewConfig.
De-registers a ViewConfig.
The ViewConfig view to deregister.
Allows a ui-view
element to register its canonical name with a callback that allows it to
be updated with a template, controller, and local variables.
Allows a ui-view
element to register its canonical name with a callback that allows it to
be updated with a template, controller, and local variables.
Returns a de-registration function used when the view is destroyed.
Normalizes a view's name from a state.views configuration block.
Normalizes a view's name from a state.views configuration block.
the context object (state declaration) that the view belongs to
the name of the view, as declared in the StateDeclaration.views
the normalized uiViewName and uiViewContextAnchor that the view targets
Generated using TypeDoc
The View service