AUR0714
Status: Removed
Previous Error Message
Migration
import { bindable, customAttribute } from 'aurelia';
@customAttribute('my-attr')
export class MyAttribute {
@bindable({ primary: true }) value: string;
@bindable other: string;
}Last updated
Was this helpful?