Skip to content

Instantly share code, notes, and snippets.

@RemeJuan
Last active November 15, 2016 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RemeJuan/4ff58fd1fcb68d5c997c10976bb5d49b to your computer and use it in GitHub Desktop.
Save RemeJuan/4ff58fd1fcb68d5c997c10976bb5d49b to your computer and use it in GitHub Desktop.
Aurelia: First Impressions #1
<template>
<!--Importing a component into a template-->
<require from="component/component"></require>
<require from="other-component/other-component.html"></require>
<!--Displaying/rendering the imported component.-->
<component></component>
<other-component data-bind="stuff"></other-component>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment