Skip to content

Instantly share code, notes, and snippets.

@freshcutdevelopment
Last active October 23, 2016 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freshcutdevelopment/1be7f35b436464065304bf63e41d2c2d to your computer and use it in GitHub Desktop.
Save freshcutdevelopment/1be7f35b436464065304bf63e41d2c2d to your computer and use it in GitHub Desktop.
Aurelia hello app root
export class App{
constructor(){
this.parentGreeting = 'Hello Readers!';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment