UNPKG

aurelia-templating

Version:

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

7 lines (5 loc) 163 B
import {customAttribute} from '../../src/decorators'; @customAttribute('simple-attribute') export class SimpleAttribute { valueChanged(newValue, oldValue){ } }