Skip to content

Instantly share code, notes, and snippets.

View jfstephe's full-sized avatar

John Stephenson jfstephe

View GitHub Profile
@jfstephe
jfstephe / app.html
Created April 30, 2018 10:10 — forked from ScottWhittaker/app.html
Aurelia Router Demo
<template>
<require from="components/navigation.html"></require>
<h1>Aurelia Router Demo</h1>
<navigation router.bind="router" class="primary-navigation"></navigation>
<div class="page-host">
<router-view></router-view>
</div>
</template>