Skip to content

Instantly share code, notes, and snippets.

@desaroxx
Last active October 8, 2015 20:05
Show Gist options
  • Save desaroxx/3bcd1684c3833527ba17 to your computer and use it in GitHub Desktop.
Save desaroxx/3bcd1684c3833527ba17 to your computer and use it in GitHub Desktop.
module Angular {
export class material {
private hello() {
return "hello";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment