10 Matching Annotations
  1. Feb 2021
  2. Jan 2021
  3. Nov 2020
    1. Directives like ng-if="info.report.revenue" sort of work in Angular if info.report is undefined, in that the ng-if becomes false. But the Svelte equivalent {#if info.report.revenue} throws an error. For now we're using lodash get in places where we need to and looking forward to Svelte support for optional chaining.
  4. Sep 2020
  5. Oct 2019
  6. Sep 2019
  7. Aug 2019