UNPKG

aurelia-router-metadata

Version:

Adds decorator configuration with conventions and eager loading capabilities to aurelia-router

8 lines (7 loc) 190 B
<template> <require from="./print-page-info.css"></require> <h3>${resource.moduleId}</h3> <span repeat.for="prop of props"> <b>${prop}</b>: ${resource[prop]} </span> </template>