Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. this._configuration.get('productGroups').forEach(element => {
  2. if (Number(element.dliExtN2) > 0) {
  3. const id = `S10.1.${index}`;
  4. this.answers.push({
  5. text: i18n({ id: id, value: element.dliLabel.toString() }),
  6. id: element.dliCode.toUpperCase(),
  7. suId: uuidv4()
  8. });
  9. index++;
  10. }
  11. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement