Entry Points
Entry Points
How It Works
Examples
Example 1: Booting the application without a default execution path
<div id="#app-root"></div>Example 2: Specifying the name of an initial route to execute with route parameters
<div id="#app-root" data-route="my.route" data-route-params="{ param1: 1, param2: 'foo' }"></div>Example 3: Specifying a layout component to wrap the application
<div id="#app-root" data-layout="MyLayoutComponent"></div>Last updated