Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Clicking the key in the upper right panel to help you find out its item id (for example: item1708625866350).

  • Adding “Safe Navigation Operator” the “optional chaining operator“ (?.) before the target key. It is used to prevent Angular from throwing errors, when trying to access object properties of an object that don’t exist.

  • Adding the scope. prefix to all your item.

...