Aurelia info-card view-model
import {bindable} from 'aurelia-framework'; //import bindable decorator to allow message to be passed down from parent component | |
export class InfoCard{ | |
@bindable message; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment