Guest User

Untitled

a guest
Mar 13th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. getQuestions() {
  2. return [
  3. {
  4. 'text': 'Have you experience any heart problems:',
  5. 'value': 'question1'
  6. },
  7. {
  8. 'text': 'Do you have any reason to see a doctor or a consultant',
  9. 'value': 'question2'
  10. },
  11. ];}
  12.  
  13. constructor(
  14. this.questions = ps.getQuestions();
  15. )
  16.  
  17. <div *ngFor="let q of dquestions let i = index">
  18. <div class="col-middle-align">
  19. <popover-content #heardproblems [closeOnClickOutside]="true">
  20. <p>xxx</p>
  21. </popover-content>
  22. </div>
  23. ...
  24. </div>
Add Comment
Please, Sign In to add comment