UNPKG

aurelia-templating

Version:

An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.

6 lines (5 loc) 81 B
export class PlainViewModel { constructor() { this.test = 'my test'; } }