Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created February 9, 2019 19:46
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 lydemann/723e266afb90680518b9148f9c931f6b to your computer and use it in GitHub Desktop.
Save lydemann/723e266afb90680518b9148f9c931f6b to your computer and use it in GitHub Desktop.
hardcoded-questions.component.html
<ng-template #questionToBeHardCoded let-question="question">
<app-hardcoded-question [question]="question"></app-hardcoded-question>
</ng-template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment