Skip to content

Instantly share code, notes, and snippets.

@masone
Created June 8, 2018 09:03
Show Gist options
  • Save masone/00c8d3140640e888b323a135f1f617b0 to your computer and use it in GitHub Desktop.
Save masone/00c8d3140640e888b323a135f1f617b0 to your computer and use it in GitHub Desktop.
@Get(":id")
detail(@Param() param) {
param // => undefined
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment