# skills

**Kind:** Constant

**Source:** `Frontend/src/app/components/dashboard/_principalReport/data.ts` (line 96)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Definition

```ts
[
  {
    name: "Angular",
  },
  {
    name: "TypeScript",
  },
  {
    name: "JavaScript",
  },
  {
    name: "NodeJS",
  },
]
```

## Value

```ts
[
  {
    name: "Angular",
  },
  {
    name: "TypeScript",
  },
  {
    name: "JavaScript",
  },
  {
    name: "NodeJS",
  },
]
```

## Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (1)

- `OverallAnalysisYearMap` — `Frontend/src/app/components/dashboard/_principalReport/principal-report.component.ts`:1
