View container
Renders a container that can contain a single view. When navigation events occur, the container that has the identifier passed in the navigation options intercepts the event and displays the requested view.
Node name : view-container
Attribute
| Attribute | Type | Required | Default value | Description |
|---|---|---|---|---|
| container-id | string |
true |
Container identifier |
Example
<view-container container-id="Container1" />
Warning
Directives can't be used on a view-container node because this component is only intended for abstraction and not for display.