# checkChanges

**Kind:** Function

**Source:** `Pams/Web/Pams.Web/Client/app/shared/CheckEqualitymodule.ts` (line 45)

**Part of:** [Pams](subsystem-pams)

## Signature

```ts
function checkChanges(newData: any, oldData: any, exceptionFields: Array<string>)
```

## Parameters

| Name | Type |
|---|---|
| `newData` | `any` |
| `oldData` | `any` |
| `exceptionFields` | `Array<string>` |

## Used by

28 references from 28 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (28)

- `MrqDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/MRQ/mrq-details/mrq-details.component.ts`:1
- `BookingTargetsComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/company/booking-targets/booking-targets.component.ts`:1
- `NewBranchComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `DashboardSettingsDetailsComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/dashboard-settings/dashboard-settings-details/dashboard-settings-details.component.ts`:1
- `AchievementForBranchesComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/generate-bounces/achievement-for-branches/achievement-for-branches.component.ts`:1
- `BonusDistribuionComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribuion.component.ts`:1
- `CostBranchesComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/generate-bounces/cost-branches/cost-branches.component.ts`:1
- `SalariesBranchesComponent` — `Pams/Web/Pams.Web/Client/app/components/configuration/generate-bounces/salaries-branches/salaries-branches.component.ts`:1

…and 20 more.
