card-analysis-exception.ts 145 B

123456
  1. // module/health/components/card-analysis/card-analysis-exception.ts
  2. Component({
  3. properties: {
  4. dataset: { type: Array, value: [] },
  5. },
  6. })