Created
February 9, 2019 19:46
-
-
Save lydemann/723e266afb90680518b9148f9c931f6b to your computer and use it in GitHub Desktop.
hardcoded-questions.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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